]> git.ozlabs.org Git - patchwork/history - apps/patchwork/forms.py
views: Refactor generic_list() to make it less complicated
[patchwork] / apps / patchwork / forms.py
2011-04-14 Guilherme Salgadoviews: Refactor generic_list() to make it less complicated
2011-03-08 Guilherme Salgadoforms: Fix archiving/unarchiving of patches on patch...
2011-02-11 Dirk WallensteinReplace tab in indentation with space
2010-09-03 Jeremy Kerrforms: change MultiplePatchForm from a ModelForm to...
2010-09-02 Jeremy Kerrforms.MultiplePatchForm: remove no-change fields on...
2008-10-10 Jeremy Kerr[packages] Fix bug with django 1.0
2008-10-10 Jeremy Kerr[packages] update to django 1.0
2008-09-23 Jeremy Kerr[views] Restructure profile view, simplify bundle access
2008-09-09 Jeremy KerrRe-save user profile after setting name
2008-08-23 Nate CaseIn some places tabs are used instead of spaces for...
2008-08-23 Jeremy KerrUse self.fields[field] rather than self.field when...
2008-08-23 Jeremy KerrPatchform.delegate isn't required
2008-08-22 Jeremy KerrUse django-registration infrastructure
2008-08-21 Jeremy Kerrnewforms is just 'forms' now.
2008-08-21 Jeremy KerrImplement confirmation emails.
2008-08-21 Jeremy KerrInital commit