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
Age
Commit message (
Expand
)
Author
2020-06-03
[3.1.x] Fixed #31641 -- Improved loading of navigation sidebar in admin.
Collin Anderson
2020-06-01
[3.1.x] Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and Clear...
Carles Pina
2020-05-28
[3.1.x] Refs #31034 -- Improved accessibility of admin navigation sidebar.
Tom Carrick
2020-05-20
[3.1.x] Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.
Fran Hrzenjak
2020-05-11
Corrected indentation of #main div in admin base template.
Tom Carrick
2020-05-11
Fixed #31034 -- Added a navigation sidebar to the admin.
Tom Carrick
2020-04-29
Removed unnecessary entities from the admin.
Jon Dufresne
2020-04-22
Fixed #31483 -- Rewrote change_form.js without jQuery.
Jon Dufresne
2020-03-24
Fixed #31391 -- Removed jQuery usage in cancel.js
Jon Dufresne
2020-03-16
Fixed #31361 -- Fixed invalid action="" in admin forms.
Jon Dufresne
2020-03-09
Fixed #31349 -- Used :nth-child() CSS pseudo-class to style alternative rows ...
Jon Dufresne
2020-01-24
Refs #27888 -- Removed redundant {% if %} in admin changelist filters.
Hasan Ramezani
2020-01-23
Fixed #27888 -- Added link to clear all filters in the admin changelist view.
Hasan Ramezani
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-12-02
Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...
Carlton Gibson
2019-10-25
Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...
Carlton Gibson
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-03
Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL before renderin...
Carlton Gibson
2019-02-07
Fixed #16027 -- Added app_label to ContentType.__str__().
Gregory N. Schmit
2018-11-20
Fixed #29953 -- Added CSS class to column headers in tabular inlines.
redodo
2018-11-19
Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wra...
redodo
2018-11-18
Fixed #29964 -- Removed unused admin/related_widget_wrapper.html template.
Vishvajit Pathak
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-06
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
Vlastimil Zíma
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-04-05
Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.
Faheel Ahmad
2018-02-28
Fixed #27728 -- Allowed overriding admin templatetags templates.
Raffaele Salmaso
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-09-16
Fixed #26818 -- Added responsive CSS for the admin.
elky
2017-08-01
Removed unneeded escape filter in templates where autoescaping is enabled.
Tim Graham
2017-07-19
Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWid...
Roman Selivanov
2017-06-06
Fixed #28278 -- Fixed invalid HTML for a required AdminFileWidget.
kakulukia
2017-02-20
Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped w...
Collin Anderson
2017-01-10
Fixed #27714 -- Fixed small visual artifact when clicking inline edit button ...
Anton Samarchyan
2017-01-09
Refs #15667 -- Removed hardcoded icon size for related widget wrapper.
elky
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-11-24
Fixed #27531 -- Added block.super to admin's delete confirmation extrahead bl...
elky
2016-11-15
Fixed #27393 -- Aligned input boxes in admin password reset forms.
Michiel Beijen
2016-11-12
Fixed #27386 -- Wrapped admin's readonly fields in <div> rather than <p>.
Jacob Rief
2016-09-10
Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.
Alexander Gaevsky
2016-07-09
Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.
Kenneth
2016-06-09
Fixed #4548 -- Added username hint to admin's change_password form.
Oliver Sauder
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
[next]