Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/forms.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24944 -- Added extra_email_context parameter to pa...sujayskumar2015-09-191-2/+4
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Reworded contrib.auth forms' password confirmation help_t...Wim Feijen2015-07-201-2/+2
* Fixed #25052; refs #16860 -- Added password validation to...Tim Graham2015-07-201-0/+2
* Refs #16860 -- Moved password_changed() logic to Abstract...Tim Graham2015-07-201-2/+0
* Fixed #16860 -- Added password validation to django.contr...Erik Romijn2015-06-071-4/+14
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Refs #15779 -- Fixed UserChangeForm regression introduced...Claude Paroz2015-03-281-1/+1
* Fixed #5986 -- Added ability to customize order of Form f...Thomas Tanner2015-03-161-7/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-6/+7
* Removed contrib.auth.forms.mask_password()Tim Graham2015-02-021-9/+0
* Fixed #23948 -- Moved password help text from the templat...Tim Graham2014-12-261-4/+9
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #23409 -- Extract PasswordResetForm.get_users method.Carl Meyer2014-09-031-8/+13
* Fixed #23162 -- Renamed forms.Field._has_changed() to has...Gabriel Muñumel2014-08-151-1/+1
* Replaced instances of 'his/her' with 'their'.Iain Dawson2014-07-211-4/+4
* Fixed #13147 -- Moved User validation logic from form to ...Yin Jifeng2014-07-101-28/+0
* Fixed #17431 -- Added send_mail() method to PasswordReset...Jorge C. Leitão2014-06-101-11/+22
* Fixed #22329 -- Used label_tag() in some admin auth templ...Tim Graham2014-03-291-0/+1
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
* Removed a few gratuitous lambdas.Aymeric Augustin2013-12-261-1/+5
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+2
* Fixed #21291 -- Ensured inactive users cannot reset their...Claude Paroz2013-10-191-2/+3
* Revert "Ensure that passwords are never long enough for a...Florian Apolloner2013-09-241-35/+13
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Ensure that passwords are never long enough for a DoS.Russell Keith-Magee2013-09-151-13/+35
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-2/+2
* Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek2013-08-051-2/+7
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-2/+3
* Fixed #12103 -- Added AuthenticationForm.confirm_login_al...Tim Graham2013-07-311-5/+20
* Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev2013-07-231-0/+8
* More import removalsClaude Paroz2013-06-291-2/+0
* Removed AuthenticationForm.check_for_test_cookie() as per...Ramiro Morales2013-06-291-4/+0
* Fixed #14881 -- Modified password reset to work with a no...Tim Graham2013-06-261-2/+3
* Fixed #20079 -- Improve security of password reset tokensErik Romijn2013-06-181-3/+3
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-9/+24
* Replaced `and...or...` constructs with PEP 308 conditiona...Ramiro Morales2013-05-271-1/+1
* Fixed #20357 -- Allow empty username field label in `Auth...Mark Huang2013-05-161-1/+1
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-0/+1
* Fixed #15198 -- pass request to AuthenticationFormPreston Holmes2013-02-241-4/+2
* Removed superfluous cookie check from auth login.Preston Holmes2013-02-241-5/+4
* Fixed #19758 -- Avoided leaking email existence through t...Horst Gutmann2013-02-231-24/+8
* Fixed #18460 -- Fixed change detection of ReadOnlyPasswor...Claude Paroz2013-01-251-0/+3
* Fixed #19596 -- Use `_default_manager` instead of `object...Florian Apolloner2013-01-221-2/+2
* Fixed #19573 -- Allow override of username field label in...Nick Sandford2013-01-101-1/+2
* Fixed #19368 -- Ensured that login error messages adapt t...Russell Keith-Magee2012-12-151-5/+7
* Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHas...Claude Paroz2012-12-011-1/+6
* Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz2012-11-291-1/+1
* Fixed #19061 -- added is_active attribute to AbstractBase...Preston Holmes2012-10-291-2/+4
* Fixed #19133 -- Corrected regression in form handling for...Russell Keith-Magee2012-10-201-3/+6