Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/forms.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
* Fixed #22329 -- Used label_tag() in some admin auth templ...Tim Graham2014-03-291-1/+6
* Removed two imports which are now unusedAlex Gaynor2014-02-051-1/+0
* Removed the this_is_the_login_form hackClaude Paroz2014-02-041-21/+14
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-6/+3
* Removed superfluous cookie check from auth login.Preston Holmes2013-02-241-1/+0
* Fixed #19368 -- Ensured that login error messages adapt t...Russell Keith-Magee2012-12-151-4/+8
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-13/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-2/+3
* Fixed #16837 -- Improved error message for admin login.Paul McMillan2011-09-221-2/+2
* Fixed #15322 -- Removed a redundant check in admin logins...Russell Keith-Magee2011-02-191-1/+1
* Fixed #8342 -- Removed code from the admin that assumed t...Jannis Leidel2010-12-021-0/+43