summaryrefslogtreecommitdiff
path: root/django/contrib/admin/templates
AgeCommit message (Expand)Author
2018-11-20Fixed #29953 -- Added CSS class to column headers in tabular inlines.redodo
2018-11-19Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...redodo
2018-11-18Fixed #29964 -- Removed unused admin/related_widget_wrapper.html template.Vishvajit Pathak
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-06Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.Vlastimil Zíma
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-04-05Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.Faheel Ahmad
2018-02-28Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2017-09-16Fixed #26818 -- Added responsive CSS for the admin.elky
2017-08-01Removed unneeded escape filter in templates where autoescaping is enabled.Tim Graham
2017-07-19Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...Roman Selivanov
2017-06-06Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.kakulukia
2017-02-20Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...Collin Anderson
2017-01-10Fixed #27714 -- Fixed small visual artifact when clicking inline edit button ...Anton Samarchyan
2017-01-09Refs #15667 -- Removed hardcoded icon size for related widget wrapper.elky
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-11-24Fixed #27531 -- Added block.super to admin's delete confirmation extrahead bl...elky
2016-11-15Fixed #27393 -- Aligned input boxes in admin password reset forms.Michiel Beijen
2016-11-12Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.Jacob Rief
2016-09-10Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.Alexander Gaevsky
2016-07-09Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.Kenneth
2016-06-09Fixed #4548 -- Added username hint to admin's change_password form.Oliver Sauder
2016-05-04Fixed #26558 -- Removed need for request context processor on admin login page.Dan Stephenson
2016-02-25Fixed #26231 -- Used .get_username in admin login template.Sjoerd Job Postmus
2016-01-22Lowercased "actions" of "Recent actions" and "My actions" in admin index side...Jan Pieter Waagmeester
2016-01-14Fixed an incorrectly used translation string in admin changeform.Raphael Michel
2016-01-08Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz
2015-12-29Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is...Nick Sandford
2015-12-21Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-10-21Fixed #25586 -- Fixed possible table cell misalignment in admin's tabular inl...Daniel Hahler
2015-10-19Fixed #25566 -- Added title to admin's closing popup response pageVille Skyttä
2015-10-19Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).Ville Skyttä
2015-09-16Refs #25149 -- Fixed regression in admin datetime widget for timezones on the...Gavin Wahl
2015-09-04Fixed #25348 -- Removed unused gif/png images from contrib.admin.elky
2015-08-27Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky
2015-08-08Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham
2015-08-07Refs #25163 -- Added trimmed option to recent blocktrans additionClaude Paroz
2015-07-29Fixed #25163 -- Added hint for non-staff users to admin login page.Luis Visintini
2015-07-22Fixed #25149 -- Replaced window.__admin_utc_offset__ with a data attribute.Tim Graham
2015-07-17Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson
2015-07-02Fixed #25053 -- Made admin templates use |safe with password help_textAdam Taylor
2015-03-30Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.Tim Graham
2015-03-24Fixed #24405 -- Made admin related object JavaScript overridableRiccardo Magliocchetti
2015-03-07Fixed #23993 -- Added form.media to the admin login template.david
2015-03-05Fixed #19538 -- Removed window.__admin_media_prefix__ from admin templates.Tim Graham
2015-02-25Fixed #24411 -- Avoided dict key/method clash in admin delete views.Tim Graham
2015-01-27Fixed #24053 -- Removed admin CSS & images for IE6 & 7.seanwestfall