index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
Age
Commit message (
Expand
)
Author
2016-05-04
Fixed #26558 -- Removed need for request context processor on admin login page.
Dan Stephenson
2016-02-25
Fixed #26231 -- Used .get_username in admin login template.
Sjoerd Job Postmus
2016-01-22
Lowercased "actions" of "Recent actions" and "My actions" in admin index side...
Jan Pieter Waagmeester
2016-01-14
Fixed an incorrectly used translation string in admin changeform.
Raphael Michel
2016-01-08
Fixed #21113 -- Made LogEntry.change_message language independent
Claude Paroz
2015-12-29
Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is...
Nick Sandford
2015-12-21
Fixed #494 -- Added ability to specify classes on admin inline fieldsets.
Karen Tracey
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-21
Fixed #25586 -- Fixed possible table cell misalignment in admin's tabular inl...
Daniel Hahler
2015-10-19
Fixed #25566 -- Added title to admin's closing popup response page
Ville Skyttä
2015-10-19
Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).
Ville Skyttä
2015-09-16
Refs #25149 -- Fixed regression in admin datetime widget for timezones on the...
Gavin Wahl
2015-09-04
Fixed #25348 -- Removed unused gif/png images from contrib.admin.
elky
2015-08-27
Fixed #20597 -- Replaced admin GIF/PNG icons by SVG
elky
2015-08-08
Refs #25236 -- Removed ifequal/ifnotequal usage.
Tim Graham
2015-08-07
Refs #25163 -- Added trimmed option to recent blocktrans addition
Claude Paroz
2015-07-29
Fixed #25163 -- Added hint for non-staff users to admin login page.
Luis Visintini
2015-07-22
Fixed #25149 -- Replaced window.__admin_utc_offset__ with a data attribute.
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-02
Fixed #25053 -- Made admin templates use |safe with password help_text
Adam Taylor
2015-03-30
Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.
Tim Graham
2015-03-24
Fixed #24405 -- Made admin related object JavaScript overridable
Riccardo Magliocchetti
2015-03-07
Fixed #23993 -- Added form.media to the admin login template.
david
2015-03-05
Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.
Tim Graham
2015-02-25
Fixed #24411 -- Avoided dict key/method clash in admin delete views.
Tim Graham
2015-01-27
Fixed #24053 -- Removed admin CSS & images for IE6 & 7.
seanwestfall
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2015-01-12
Made Django's templates get their own LANGUAGE_* variables.
Collin Anderson
2015-01-10
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
Simon Charette
2014-12-31
Fixed #22295 -- Replaced permission check for displaying admin user-tools
Thomas Tanner
2014-12-26
Fixed #23948 -- Moved password help text from the template to the form.
Tim Graham
2014-12-12
Fixed template tag braces spacing.
Kevin Marsh
2014-11-15
Fixed #23793 -- Clarified password reset messages.
Yigit Guler
2014-09-30
Fixed #7361 -- Added cancel link to admin delete views.
Nick Sandford
2014-09-26
Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.
Thomas Chaumeny
2014-08-27
Fixed #13749 -- Added link from admin site to front-end site.
areski
2014-08-26
Fixed #23075 -- Added documentation on novalidate attribute and made it defau...
Erik Romijn
2014-08-14
Fixed #20133 -- Added summary to admin deletion confirmation pages.
areski
2014-08-13
Simplified admin delete confirmation templates using {% elif %}.
areski
2014-07-31
Fixed #13163 -- Added ability to show change links on inline objects in admin.
Nick Sandford
2014-06-26
Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.
Riccardo Magliocchetti
2014-05-07
Restored site header text in password reset view.
Ramiro Morales
2014-03-29
Fixed #22329 -- Used label_tag() in some admin auth templates.
Tim Graham
2014-03-28
Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.
Maxime Turcotte
2014-03-22
Fixed #22241 -- Selectively added line breaks in admin read-only fields
Claude Paroz
2014-02-10
Fixed #21371 -- Added the block.super to admin bodyclass blocks.
julien 'pouete' Godin
2014-02-09
Fixed #21382 - Added "has_original" to stacked inlines.
Ryan Kaskel
2014-02-04
Removed the this_is_the_login_form hack
Claude Paroz
2014-01-18
Fixed #21659 -- Modified the registration/password_change_form.html admin tem...
Tim Graham
[next]