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
2021-09-21
[4.0.x] Refs #32204 -- Replaced three dots with ellipsis in navigation sideba...
Mariusz Felisiak
2021-09-10
Fixed #31867 -- Made TabularInline handling of hidden fields with view-only p...
antoinehumbert
2021-08-27
Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ...
Hasan Ramezani
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-05-26
Fixed #32543 -- Added search_help_text to ModelAdmin.
Hasan Ramezani
2021-05-20
Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.
David Sanders
2021-03-31
Fixed #32204 -- Added quick filter to admin's navigation sidebar.
Maxim Milovanov
2021-02-18
Fixed #32443 -- Removed "shifted" CSS class when admin's sidebar is disabled.
Amir Ajorloo
2021-01-27
Fixed #32385 -- Removed unused and duplicated loading of tags in admin templa...
tim-mccurrach
2021-01-19
Fixed #32324 -- Added template block to override the admin site header.
muskanvaswan
2021-01-18
Fixed #18549 -- Fixed heading for inlines with a OneToOneField.
Timothy McCurrach
2020-11-30
Refs #31978 -- Fixed hint in admin's password reset confirmation form for cus...
Mariusz Felisiak
2020-11-20
Added explicit HTMLElement.dir attribute in templates.
Author: Nick Pope
2020-11-10
Avoided direct styles in admin templates.
Claude Paroz
2020-09-30
Fixed #31986 -- Fixed admin filter sidebar scrolling.
Tom Carrick
2020-09-11
Fixed #31993 -- Added subtitles to admin change/view pages.
Jon Dufresne
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-08-11
Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.
Carlton Gibson
2020-06-25
Refs #26761 -- Removed extra space in admin change list result header.
Hasan Ramezani
2020-06-24
Fixed #31523 -- Removed jQuery dependency from actions.js.
Jon Dufresne
2020-06-04
Removed unused HTML class flex from admin changelist.
Adam Johnson
2020-06-03
Fixed #31641 -- Improved loading of navigation sidebar in admin.
Collin Anderson
2020-06-01
Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...
Carles Pina
2020-05-28
Removed unused admin:jsi18n <script> element from change_password.html.
Jon Dufresne
2020-05-28
Refs #31034 -- Improved accessibility of admin navigation sidebar.
Tom Carrick
2020-05-20
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
[next]