index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
admin
/
forms.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-11-08
Fixed #28751 -- Corrected the error message for inactive users in AdminAuthen...
shanghui
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-03-29
Fixed #22329 -- Used label_tag() in some admin auth templates.
Tim Graham
2014-02-04
Removed two imports which are now unused
Alex Gaynor
2014-02-04
Removed the this_is_the_login_form hack
Claude Paroz
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-02-23
Removed superfluous cookie check from auth login.
Preston Holmes
2012-12-15
Fixed #19368 -- Ensured that login error messages adapt to changes in the Use...
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-09-22
Fixed #16837 -- Improved error message for admin login.
Paul McMillan
2011-02-19
Fixed #15322 -- Removed a redundant check in admin logins. Thanks to melinath...
Russell Keith-Magee
2010-12-02
Fixed #8342 -- Removed code from the admin that assumed that you can't login ...
Jannis Leidel