| Age | Commit message (Collapse) | Author |
|
theming support docs.
Backport of 640283711e6c8d25ad0e3c97453cd178a3e4d6a6 from main
|
|
|
|
ModelAdmin.list_display.
|
|
|
|
ChoiceField's choices.
|
|
|
|
django.contrib.admin.exceptions.
|
|
This allows retrieving an admin class for the given model class without
using internal attributes.
|
|
|
|
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.
|
|
|
|
|
|
Thank you Simon Meers for the initial patch.
|
|
|
|
Co-authored-by: JD Bothma <jbothma@gmail.com>
|
|
|
|
Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz
Felisiak for reviews.
|
|
|
|
|
|
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
|
|
Added AdminSite.get_log_entries() as an override point and made this
available to the template via each_context().
|
|
|
|
|
|
|
|
|
|
docs.
|
|
|
|
|
|
|
|
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set
of nodes for which the text is checked.
|
|
|
|
|
|
"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
|
|
|
|
|
|
|
|
|
|
|
|
3rd party libraries
|
|
|
|
|
|
|
|
|
|
|
|
relationships.
This reduces the likelihood of admin searches issuing queries with
excessive joins.
|
|
|
|
|
|
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
block.
|
|
template block.
|