summaryrefslogtreecommitdiff
path: root/django/contrib/admin/forms.py
AgeCommit message (Expand)Author
2014-02-04Removed two imports which are now unusedAlex Gaynor
2014-02-04Removed the this_is_the_login_form hackClaude Paroz
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-02-23Removed superfluous cookie check from auth login.Preston Holmes
2012-12-15Fixed #19368 -- Ensured that login error messages adapt to changes in the Use...Russell Keith-Magee
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2011-09-22Fixed #16837 -- Improved error message for admin login.Paul McMillan
2011-02-19Fixed #15322 -- Removed a redundant check in admin logins. Thanks to melinath...Russell Keith-Magee
2010-12-02Fixed #8342 -- Removed code from the admin that assumed that you can't login ...Jannis Leidel