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
/
templates
/
registration
Age
Commit message (
Expand
)
Author
2026-02-27
Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.
antoliny0919
2025-10-14
Fixed #34041 -- Added aria-current attribute to admin breadcrumbs.
antoliny0919
2024-10-08
Fixed #35742 -- Removed hardcoded "username" references in admin templates.
antoliny0919
2024-09-03
Refs #35706 -- Replaced template _('...') usages with translate tag.
sanjeevholla26
2024-09-02
Refs #35706 -- Prefixed 'Error:' to titles of admin pages with form errors.
sanjeevholla26
2023-07-14
Fixed #34677 -- Made admin password reset templates more consistent.
priyank.panchal
2023-03-27
Fixed #34383 -- Fixed layout of admin fieldsets with multiple fields on the s...
Tom Carrick
2023-02-13
Fixed #34316 -- Fixed layout of admin password change forms and help texts.
sarahboyce
2022-08-02
Fixed #33690 -- Added switch button for dark mode in the admin.
Sarah Abderemane
2022-07-25
Simplified various built-in templates.
Nick Pope
2022-04-06
Refs #31617 -- Added an id for helptext in admin forms.
David Smith
2022-03-24
Refs #15619 -- Logged out with POST requests in admin.
Mariusz Felisiak
2022-01-22
Stopped including type="text/css" attributes for CSS link tags.
Claude Paroz
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2020-11-30
Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...
Mariusz Felisiak
2020-11-10
Avoided direct styles in admin templates.
Claude Paroz
2020-09-10
Fixed #31992 -- Made admin password reset templates use title/content_title b...
Jon Dufresne
2020-09-03
Fixed #31978 -- Added username hint to admin's password reset confirmation form.
Collin Anderson
2020-05-11
Fixed #31034 -- Added a navigation sidebar to the admin.
Tom Carrick
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2016-11-15
Fixed #27393 -- Aligned input boxes in admin password reset forms.
Michiel Beijen
2016-09-10
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
Alexander Gaevsky
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-12-05
Fixed #25165 -- Removed inline JavaScript from the admin.
Thomas Grainger
2015-10-19
Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).
Ville Skyttä
2015-07-02
Fixed #25053 -- Made admin templates use |safe with password help_text
Adam Taylor
2014-12-26
Fixed #23948 -- Moved password help text from the template to the form.
Tim Graham
2014-11-15
Fixed #23793 -- Clarified password reset messages.
Yigit Guler
2014-03-29
Fixed #22329 -- Used label_tag() in some admin auth templates.
Tim Graham
2014-01-18
Fixed #21659 -- Modified the registration/password_change_form.html admin tem...
Tim Graham
2013-07-27
Fixed #18511 -- Cleaned up admin password reset template titles.
Serge G. Spaolonzi
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-03
Fixed #20532 -- Reverse auth views by name, not by path.
Gavin Wahl
2013-05-25
Fixed #20455 -- Do not use ngettext for undefined plurals
Marc Egli
2013-02-23
Fixed #19758 -- Avoided leaking email existence through the password reset form.
Horst Gutmann
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-04-24
Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...
Claude Paroz
2011-12-01
Updated uses of i18n.blocktrans template tag to use the new more compact synt...
Ramiro Morales
2011-09-20
Converted internal link generation in the admin and admin document generator ...
Ramiro Morales
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-04
Reverted most of [16051], because it was thoroughly incorrect (whatever some ...
Luke Plant
2011-04-20
Fixed various validation errors caught by the validator.nu HTML5 validator.
Luke Plant
2011-02-21
Fixed #11852 -- Ensure that a long string in the password reset email can be ...
Russell Keith-Magee
2010-11-20
Fixed #14389, #9666 -- Started the migration path to make the first argument ...
Russell Keith-Magee
2010-03-30
Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu...
Russell Keith-Magee
2010-01-12
Make use of new ability to override admin add form templates and removed a li...
Jannis Leidel
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
[next]