]> git.ozlabs.org Git - patchwork/history - apps/patchwork/views/user.py
registration: use EmailConfimation rather than separate registration app
[patchwork] / apps / patchwork / views / user.py
2011-04-14 Jeremy Kerrregistration: use EmailConfimation rather than separate...
2011-04-14 Jeremy KerrUse generic email confirmation object
2011-03-30 Guilherme SalgadoRemove a bunch of unused variables
2011-03-15 Guilherme SalgadoRemove unused imports
2010-08-11 Jeremy Kerrviews/user: don't refer to request.POST for non-POST...
2008-09-11 Jeremy KerrSave confirmation object before trying to render user...
2008-08-23 Nate CaseIn some places tabs are used instead of spaces for...
2008-08-22 Jeremy KerrUse DEFAULT_FROM_EMAIL rather than PATCHWORK_FROM_EMAIL
2008-08-22 Jeremy KerrUse django-registration infrastructure
2008-08-21 Jeremy KerrAdd project argument to set_patches
2008-08-21 Jeremy KerrImplement confirmation emails.
2008-08-21 Jeremy KerrInital commit