summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
AgeCommit message (Collapse)Author
2023-03-09[4.2.x] Doc'd that action descriptions are %-formatted.Mariusz Felisiak
Co-authored-by: JD Bothma <jbothma@gmail.com> Backport of cc67344db9de0248ba1064f7e986c6b29276a7b1 from main
2023-03-09[4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
Backport of 18473004afd82a616ba6c9ac22f476347fde4846 from main
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting ↵Joseph Victor Zammit
issues in docs. Backport of ba755ca13123d2691a0926ddb64e5d0a2906a880 from main
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main.
2023-02-08[4.2.x] Added missing vars to AdminSite.each_context() docs.Carlton Gibson
Backport of 1964e4367f293336b47e30af6e10a5eca5fdfb35 from main
2023-01-04Fixed #33961 -- Updated admin's jQuery to 3.6.3.Mariusz Felisiak
2022-12-07Fixed #34172 -- Improved ModelAdmin.get_urls example.Sylvain Fankhauser
2022-11-10Improved readability of string interpolation in frequently used examples in ↵Trey Hunner
docs.
2022-08-30Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega
2022-08-17Fixed #33878 -- Switched to system fonts in CSS.Tom Carrick
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-05-31Fixed 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-25Unified AdminSite imports in docs.Hasan Ramezani
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-04-28Removed 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-28Added links to Solr and Haystack in docs.David
2022-04-26Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana
2022-04-18Refs #33328 -- Corrected JS check for event.detail presence in docs.Claude Paroz
2022-03-25Fixed #7497 -- Allowed overriding the order of apps and models in admin.adontz
2022-02-25Optimized docs images.Mariusz Felisiak
2022-02-24Refs #33328 -- Added some advice regarding handling formset:added/removed in ↵Matthias Kestenholz
3rd party libraries
2022-02-23Fixed #33328 -- Transformed formset:added/removed to native JS events.Claude Paroz
2022-01-12Fixed typo in docs/ref/contrib/admin/index.txt.Scott Pashley
2022-01-11Fixed typo in docs/ref/contrib/admin/index.txt.Victor Peralta
2021-12-30Improved @display(empty_value) example in ModelAdmin.empty_value_display docs.mangelozzi
2021-12-15Fixed #33316 -- Added pagination to admin history view.mgaligniana
2021-12-15Fixed #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-08Fixed #19721 -- Allowed admin filters to customize the list separator.Shreya Bamne
2021-12-08Refs #19721 -- Corrected list formatting in admin filters docs.Shreya Bamne
2021-11-18Refs #19721 -- Moved ModelAdmin.list_filter docs into a separate file.Shreya Bamne
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2021-10-27Refs #33182 -- Adjusted custom admin theming example to use correct template ↵Carlton Gibson
block.
2021-10-27Fixed #33182 -- Moved admin dark mode vars to separate stylesheet and ↵Matteo Vitali
template block.
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-09-20Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak
2021-09-08Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ↵Siburg
verbose_name.
2021-07-28Fixed typo in docs/ref/contrib/admin/index.txt.Pēteris Caune
2021-07-23Fixed #32950 -- Removed myproject from imports in admin docs where appropriate.Abhyudai
2021-06-03Fixed typos in docs.Jacob Walls
2021-05-26Fixed #32543 -- Added search_help_text to ModelAdmin.Hasan Ramezani
2021-05-19Fixed typo in docs/ref/contrib/admin/index.txt.David Sanders
2021-05-13Fixed #32031 -- Added model class for each model to AdminSite.each_context().Raffaele Salmaso
2021-04-27Refs #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-15Fixed #26607 -- Allowed customizing formset kwargs with ↵manav014
ModelAdmin.get_formset_kwargs(). Thanks Nick Pope for reviews.
2021-02-11Fixed #32421 -- Made admindocs ModelDetailView show model cached properties.Ramon Saraiva
2021-01-20Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.Matthias Kestenholz
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2021-01-14Fixed #31259 -- Added admin dark theme.mimi89999
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
Refs #25134, #32099.
2021-01-12Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>