summaryrefslogtreecommitdiff
path: root/apps/patchwork/forms.py
AgeCommit message (Expand)Author
2013-09-17Sort the move-to drop-down list.Milo Casagrande
2011-06-08Allow regular users to move patches from one project to another.Guilherme Salgado
2011-04-14forms: Fix MultipleBooleanField.to_python when the field value is missingGuilherme Salgado
2011-04-14views: Refactor generic_list() to make it less complicatedGuilherme Salgado
2011-03-08forms: Fix archiving/unarchiving of patches on patch listsGuilherme Salgado
2011-02-11Replace tab in indentation with spaceDirk Wallenstein
2010-09-03forms: change MultiplePatchForm from a ModelForm to a FormJeremy Kerr
2010-09-02forms.MultiplePatchForm: remove no-change fields on clean()Jeremy Kerr
2008-10-10[packages] Fix bug with django 1.0Jeremy Kerr
2008-10-10[packages] update to django 1.0Jeremy Kerr
2008-09-23[views] Restructure profile view, simplify bundle accessJeremy Kerr
2008-09-09Re-save user profile after setting nameJeremy Kerr
2008-08-23In some places tabs are used instead of spaces for indentation,Nate Case
2008-08-23Use self.fields[field] rather than self.field when iterating form fieldsJeremy Kerr
2008-08-23Patchform.delegate isn't requiredJeremy Kerr
2008-08-22Use django-registration infrastructureJeremy Kerr
2008-08-21newforms is just 'forms' now.Jeremy Kerr
2008-08-21Implement confirmation emails.Jeremy Kerr
2008-08-21Inital commitJeremy Kerr