summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/forms.py
Commit message (Expand)AuthorAgeFilesLines
* bundles: Don't allow slashes in bundle namesJeremy Kerr2013-04-201-1/+4
* Add email opt-out systemJeremy Kerr2011-04-141-1/+4
* registration: use EmailConfimation rather than separate registration appJeremy Kerr2011-04-141-22/+21
* forms: Fix MultipleBooleanField.to_python when the field value is missingGuilherme Salgado2011-04-141-2/+2
* views: Refactor generic_list() to make it less complicatedGuilherme Salgado2011-04-141-0/+1
* forms: Fix archiving/unarchiving of patches on patch listsGuilherme Salgado2011-03-081-0/+18
* Replace tab in indentation with spaceDirk Wallenstein2011-02-111-3/+3
* forms: change MultiplePatchForm from a ModelForm to a FormJeremy Kerr2010-09-031-22/+9
* forms.MultiplePatchForm: remove no-change fields on clean()Jeremy Kerr2010-09-021-0/+15
* [packages] Fix bug with django 1.0Jeremy Kerr2008-10-101-0/+1
* [packages] update to django 1.0Jeremy Kerr2008-10-101-0/+1
* [views] Restructure profile view, simplify bundle accessJeremy Kerr2008-09-231-0/+5
* Re-save user profile after setting nameJeremy Kerr2008-09-091-0/+5
* In some places tabs are used instead of spaces for indentation,Nate Case2008-08-231-4/+4
* Use self.fields[field] rather than self.field when iterating form fieldsJeremy Kerr2008-08-231-2/+3
* Patchform.delegate isn't requiredJeremy Kerr2008-08-231-1/+1
* Use django-registration infrastructureJeremy Kerr2008-08-221-42/+27
* newforms is just 'forms' now.Jeremy Kerr2008-08-211-1/+1
* Implement confirmation emails.Jeremy Kerr2008-08-211-1/+1
* Inital commitJeremy Kerr2008-08-211-0/+213