| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-26 | [5.0.x] Applied Black's 2024 stable style. | Mariusz Felisiak | |
| https://github.com/psf/black/releases/tag/24.1.0 Backport of 305757aec19c9d5111e4d76095ae0acd66163e4b from main | |||
| 2023-11-15 | [5.0.x] Refs #33690 -- Added missing data-theme selector to example in ↵ | William Hayes | |
| theming support docs. Backport of 640283711e6c8d25ad0e3c97453cd178a3e4d6a6 from main | |||
| 2023-09-18 | Fixed #34560 -- Updated admin's jQuery to 3.7.1. | Mariusz Felisiak | |
| 2023-09-16 | Fixed #31558 -- Added support for boolean attribute on properties in ↵ | Ryanwalker277 | |
| ModelAdmin.list_display. | |||
| 2023-09-04 | Refs #34233 -- Bumped minimum supported version of docutils to 0.19. | Jacob Walls | |
| 2023-08-30 | Fixed #31262 -- Added support for mappings on model fields and ↵ | Nick Pope | |
| ChoiceField's choices. | |||
| 2023-07-14 | Fixed #34677 -- Made admin password reset templates more consistent. | priyank.panchal | |
| 2023-07-07 | Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to ↵ | Mariusz Felisiak | |
| django.contrib.admin.exceptions. | |||
| 2023-07-07 | Fixed #9602 -- Added AdminSite.get_model_admin(). | Mariusz Felisiak | |
| This allows retrieving an admin class for the given model class without using internal attributes. | |||
| 2023-06-23 | Improved style of n-tuple wording in docs and comments. | Nick Pope | |
| 2023-06-05 | Fixed #34621 -- Made admin site header render in <div> tag. | Howard Cox | |
| This was problematic for screen reader users because they use headings to navigate. Having two <h1> is confusing, and the one in the header wasn’t particularly helpful since it’s the same on all pages. | |||
| 2023-04-25 | Replaced docutils link by PyPI reference. | Claude Paroz | |
| 2023-04-21 | Added meaningful titles to ..admonition:: directives. | Mariusz Felisiak | |
| 2023-04-17 | Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter(). | sarahboyce | |
| Thank you Simon Meers for the initial patch. | |||
| 2023-04-15 | Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites. | Edison Wang | |
| 2023-03-09 | Doc'd that action descriptions are %-formatted. | Mariusz Felisiak | |
| Co-authored-by: JD Bothma <jbothma@gmail.com> | |||
| 2023-03-09 | Fixed #34395 -- Updated admin's jQuery to 3.6.4. | Mariusz Felisiak | |
| 2023-03-03 | Fixed #32539 -- Added toggleable facet filters to ModelAdmin. | sarahboyce | |
| Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz Felisiak for reviews. | |||
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-28 | Refs #34140 -- Corrected rst code-block and various formatting issues in docs. | Joseph Victor Zammit | |
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2023-02-08 | Fixed #34303 –- Allowed customizing admin site log entry list. | Jacob Rief | |
| Added AdminSite.get_log_entries() as an override point and made this available to the template via each_context(). | |||
| 2023-02-08 | Added missing vars to AdminSite.each_context() docs. | Carlton Gibson | |
| 2023-01-17 | Removed versionadded/changed annotations for 4.1. | Mariusz Felisiak | |
| 2023-01-04 | Fixed #33961 -- Updated admin's jQuery to 3.6.3. | Mariusz Felisiak | |
| 2022-12-07 | Fixed #34172 -- Improved ModelAdmin.get_urls example. | Sylvain Fankhauser | |
| 2022-11-10 | Improved readability of string interpolation in frequently used examples in ↵ | Trey Hunner | |
| docs. | |||
| 2022-08-30 | Refs #30947 -- Changed tuples to lists where appropriate. | Alex Morega | |
| 2022-08-17 | Fixed #33878 -- Switched to system fonts in CSS. | Tom Carrick | |
| 2022-08-09 | Fixed #33842 -- Used :source: role for links to repo files on GitHub. | Ramil Yanbulatov | |
| 2022-05-31 | Fixed docs build with sphinxcontrib-spelling 7.5.0+. | Mariusz Felisiak | |
| sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked. | |||
| 2022-05-25 | Unified AdminSite imports in docs. | Hasan Ramezani | |
| 2022-05-17 | Removed versionadded/changed annotations for 4.0. | Carlton Gibson | |
| 2022-04-28 | Removed hyphen from pre-/re- prefixes. | David | |
| "prepopulate", "preload", and "preprocessing" are already in the spelling_wordlist. This also removes hyphen from double "e" combinations with "pre" and "re", e.g. preexisting, preempt, reestablish, or reenter. See also: - https://ahdictionary.com/word/search.html?q=rerun - https://ahdictionary.com/word/search.html?q=recreate - https://ahdictionary.com/word/search.html?q=predetermined - https://ahdictionary.com/word/search.html?q=reuse - https://ahdictionary.com/word/search.html?q=reopening | |||
| 2022-04-28 | Added links to Solr and Haystack in docs. | David | |
| 2022-04-26 | Fixed #27471 -- Made admin's filter choices collapsable. | Marcelo Galigniana | |
| 2022-04-18 | Refs #33328 -- Corrected JS check for event.detail presence in docs. | Claude Paroz | |
| 2022-03-25 | Fixed #7497 -- Allowed overriding the order of apps and models in admin. | adontz | |
| 2022-02-25 | Optimized docs images. | Mariusz Felisiak | |
| 2022-02-24 | Refs #33328 -- Added some advice regarding handling formset:added/removed in ↵ | Matthias Kestenholz | |
| 3rd party libraries | |||
| 2022-02-23 | Fixed #33328 -- Transformed formset:added/removed to native JS events. | Claude Paroz | |
| 2022-01-12 | Fixed typo in docs/ref/contrib/admin/index.txt. | Scott Pashley | |
| 2022-01-11 | Fixed typo in docs/ref/contrib/admin/index.txt. | Victor Peralta | |
| 2021-12-30 | Improved @display(empty_value) example in ModelAdmin.empty_value_display docs. | mangelozzi | |
| 2021-12-15 | Fixed #33316 -- Added pagination to admin history view. | mgaligniana | |
| 2021-12-15 | Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued ↵ | Jacob Walls | |
| relationships. This reduces the likelihood of admin searches issuing queries with excessive joins. | |||
| 2021-12-08 | Fixed #19721 -- Allowed admin filters to customize the list separator. | Shreya Bamne | |
| 2021-12-08 | Refs #19721 -- Corrected list formatting in admin filters docs. | Shreya Bamne | |
| 2021-11-18 | Refs #19721 -- Moved ModelAdmin.list_filter docs into a separate file. | Shreya Bamne | |
| Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2021-10-27 | Refs #33182 -- Adjusted custom admin theming example to use correct template ↵ | Carlton Gibson | |
| block. | |||
