summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2020-09-15Fixed #31636 -- Made BooleanFieldListFilter respect Field.choices.manav014
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-09-11Fixed #31993 -- Added subtitles to admin change/view pages.Jon Dufresne
2020-09-10Fixed #31992 -- Made admin password reset templates use title/content_title b...Jon Dufresne
2020-09-03Fixed #31978 -- Added username hint to admin's password reset confirmation form.Collin Anderson
2020-09-01Fixed #31901 -- Prevented content overflowing in the admin changelist with na...007gzs
2020-08-11Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.Carlton Gibson
2020-08-06Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().Nick Pope
2020-08-06Refs #25513 -- Fixed admin pagination elision bounds.Nick Pope
2020-08-06Refs #25513 -- Adjusted admin pagination to be 1-indexed.Nick Pope
2020-08-05Fixed #31854 -- Fixed wrapping of long model names in admin's sidebar.Mariusz Felisiak
2020-08-05Fixed #31853 -- Fixed wrapping of translated action labels in admin sidebar.007gzs
2020-08-01Updated translations from TransifexClaude Paroz
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2020-07-14Added admin translatable string.Claude Paroz
2020-07-04Simplified <body> element references in DateTimeShortcuts.js.Jon Dufresne
2020-07-01Fixed #31522 -- Made admin's SelectBox preserve scroll position.tapan gujjar
2020-07-01Made JavaScript URL manipulation more robust with URL and URLSearchParams.Jon Dufresne
2020-07-01Simplified JavaScript with Array.prototype.includes().Jon Dufresne
2020-06-26Fixed the centering of the "Log in" button on admin login page.Jon Dufresne
2020-06-25Simplified label element CSS in admin login.css.Jon Dufresne
2020-06-25Removed unnecessary admin CSS.Jon Dufresne
2020-06-25Refs #26761 -- Removed extra space in admin change list result header.Hasan Ramezani
2020-06-24Fixed #31523 -- Removed jQuery dependency from actions.js.Jon Dufresne
2020-06-18Fixed #6933 -- Added support for searching against quoted phrases in ModelAdm...Alix
2020-06-04Removed unused HTML class flex from admin changelist.Adam Johnson
2020-06-03Fixed #31641 -- Improved loading of navigation sidebar in admin.Collin Anderson
2020-06-03Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.Jon Dufresne
2020-06-01Fixed #31536 -- Fixed rendering of disabled AdminFileWidget and ClearableFile...Carles Pina
2020-05-28Removed unused admin:jsi18n <script> element from change_password.html.Jon Dufresne
2020-05-28Refs #31034 -- Improved accessibility of admin navigation sidebar.Tom Carrick
2020-05-27Fixed #11157 -- Stopped removing stop words in admin's prepopulated_fields.Scott Cranfill
2020-05-25Fixed #31616 -- Added hint about middleware ordering for SessionMiddleware ad...Hasan Ramezani
2020-05-20Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.Fran Hrzenjak
2020-05-18Refs #31034 -- Used === in nav_sidebar.js admin JS to avoid possible coercion...Jon Dufresne
2020-05-15Fixed #31590 -- Fixed ModelAdmin.date_hierarchy crash with an empty QuerySet.kjpc-tech
2020-05-14Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne
2020-05-14Fixed #31575 -- Added system check for admin sidebar request context processo...Jon Dufresne
2020-05-13Removed unused Downcoder.chars.Jon Dufresne
2020-05-12Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2020-05-11Updated JS admin translation catalog.Claude Paroz
2020-05-11Updated source translation catalogs.Claude Paroz
2020-05-11Corrected indentation of #main div in admin base template.Tom Carrick
2020-05-11Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-05-08Fixed #31157 -- Fixed displaying read-only JSONField values in admin.dbxnr
2020-05-08Changed selected attribute to HTML5 boolean syntax in SelectBox.js.Jon Dufresne
2020-05-07Fixed #31542 -- Simplified admin JavaScript with "for … of" statements.Jon Dufresne
2020-05-05Updated admin's Select2 to 4.0.13.Mariusz Felisiak