| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-27 | [4.1.x] 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. Backport of ac90529cc58507d9a07610809a795ec5fc3cbf8c from main | |||
| 2022-05-25 | [4.1.x] Unified AdminSite imports in docs. | Hasan Ramezani | |
| Backport of ce69e34bd646558bb44ea92cecfd98b345a0b3e0 from main | |||
| 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. | |||
| 2021-10-27 | Fixed #33182 -- Moved admin dark mode vars to separate stylesheet and ↵ | Matteo Vitali | |
| template block. | |||
| 2021-09-20 | Removed versionadded/changed annotations for 3.2. | Mariusz Felisiak | |
| 2021-09-20 | Fixed #32504 -- Updated admin's jQuery to 3.6.0. | Mariusz Felisiak | |
| 2021-09-08 | Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ↵ | Siburg | |
| verbose_name. | |||
| 2021-07-28 | Fixed typo in docs/ref/contrib/admin/index.txt. | Pēteris Caune | |
| 2021-07-23 | Fixed #32950 -- Removed myproject from imports in admin docs where appropriate. | Abhyudai | |
| 2021-06-03 | Fixed typos in docs. | Jacob Walls | |
| 2021-05-26 | Fixed #32543 -- Added search_help_text to ModelAdmin. | Hasan Ramezani | |
| 2021-05-19 | Fixed typo in docs/ref/contrib/admin/index.txt. | David Sanders | |
| 2021-05-13 | Fixed #32031 -- Added model class for each model to AdminSite.each_context(). | Raffaele Salmaso | |
| 2021-04-27 | Refs #32682 -- Renamed use_distinct variable to may_have_duplicates. | Mariusz Felisiak | |
| QuerySet.distinct() is not the only way to avoid duplicate, it's also not preferred. | |||
| 2021-02-15 | Fixed #26607 -- Allowed customizing formset kwargs with ↵ | manav014 | |
| ModelAdmin.get_formset_kwargs(). Thanks Nick Pope for reviews. | |||
| 2021-02-11 | Fixed #32421 -- Made admindocs ModelDetailView show model cached properties. | Ramon Saraiva | |
| 2021-01-20 | Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets. | Matthias Kestenholz | |
| 2021-01-14 | Removed versionadded/changed annotations for 3.1. | Mariusz Felisiak | |
| 2021-01-14 | Fixed #31259 -- Added admin dark theme. | mimi89999 | |
| 2021-01-13 | Fixed #16117 -- Added decorators for admin action and display functions. | Nick Pope | |
| Refs #25134, #32099. | |||
| 2021-01-12 | Fixed #31747 -- Fixed model enumeration via admin URLs. | Jon Dufresne | |
| Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2021-01-07 | Fixed #32018 -- Extracted admin colors into CSS variables. | Matthias Kestenholz | |
| Defined all colors used in the admin CSS as variables. Implemented the following standardizations and accessibility improvements while at it: - Improved the contrast of text to not use ratios of less than 3:1 anymore. - Most hover states already used desaturated and darkened colors. Changed object tools to follow the same rule instead of showing the primary color on hover. Various places used similar colors; those have been merged with the goal of reducing the count of CSS variables. Contrasts have been improved in a few places. - Many borders used slightly different colors (e.g. #eaeaea vs. #eee) - Help texts used #999, this has been changed to --body-quiet-color (#666) which has a better contrast. Introduced fast color transitions on links and buttons. | |||
| 2020-12-16 | Fixed #32273 -- Doc'd AdminSite.unregister(). | Hasan Ramezani | |
| 2020-12-11 | Corrected docs regarding attributes required for logging in to the admin. | Jan Pieter Waagmeester | |
| Regression in 939dcff24f8e97d114595b102fb12348da482135. | |||
| 2020-11-30 | Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt. | Hasan Ramezani | |
| 2020-11-14 | Doc'd that admin site booleans are tri-state. | Nick Pope | |
| 2020-11-14 | Improved examples in ModelAdmin.list_display docs. | Nick Pope | |
| 2020-11-13 | Changed docs and a code comment to use gender-neutral pronouns. | Nick Pope | |
| Follow up to e1b77238171cc96f4451a06fb4682e2378896238. | |||
| 2020-09-25 | Refs #32038 -- Added note to ModelAdmin.list_filter docs that ↵ | Mariusz Felisiak | |
| GenericForeignKeys are not supported. | |||
| 2020-08-20 | Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt. | Enderson Menezes | |
| 2020-07-29 | Corrected admin.register() signature in docs. | Andrzej Bartosiński | |
| 2020-07-13 | Fixed #21528 -- Added note about filtering form field's queryset based on ↵ | Caio Ariede | |
| instance to admin docs. | |||
| 2020-07-02 | Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs. | Carlton Gibson | |
| 2020-06-18 | Fixed #6933 -- Added support for searching against quoted phrases in ↵ | Alix | |
| ModelAdmin.search_fields. | |||
