]> git.ozlabs.org Git - patchwork/history - apps/patchwork/forms.py
Resolve removed 'AUTH_PROFILE_MODULE' setting
[patchwork] / apps / patchwork / forms.py
2015-05-03 Stephen FinucaneResolve removed 'AUTH_PROFILE_MODULE' setting
2013-04-20 Jeremy Kerrbundles: Don't allow slashes in bundle names
2011-09-19 Jeremy KerrMerge branch 'notifications'
2011-04-14 Jeremy KerrAdd email opt-out system
2011-04-14 Jeremy Kerrregistration: use EmailConfimation rather than separate...
2011-04-14 Guilherme Salgadoforms: Fix MultipleBooleanField.to_python when the...
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