Alasdair Nicol
|
dfb4cb9970
|
Fixed #21285 -- Fixed E121,E122 pep8 warnings
|
2013-10-17 20:20:11 -04:00 |
Claude Paroz
|
165f44aaaa
|
Combine consecutive with statements
Python 2.7 allows to combine several 'with' instructions.
|
2013-08-16 20:12:10 +02:00 |
Justin Michalicek
|
6d88d47be6
|
Fixed #20832 -- Enabled HTML password reset email
Added optional html_email_template_name parameter to password_reset view
and PasswordResetForm.
|
2013-08-05 09:47:28 -04:00 |
Alex Gaynor
|
3e0eb2d788
|
Fixed a number of lint warnings, particularly around unused variables.
|
2013-08-04 09:17:10 -07:00 |
Tim Graham
|
a1889397a9
|
Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow customizing the logic policy.
Thanks ejucovy and lasko for work on the patch.
|
2013-07-31 13:54:05 -04:00 |
Mark Huang
|
0732c8e8c6
|
Fixed #20357 -- Allow empty username field label in `AuthentificationForm`.
|
2013-05-16 11:41:52 -04:00 |
Preston Timmons
|
fde2e4fd6e
|
Modified auth to work with unittest2 discovery.
|
2013-04-02 21:59:45 -06:00 |