| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
verbose_name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QuerySet.distinct() is not the only way to avoid duplicate, it's also
not preferred.
|
|
ModelAdmin.get_formset_kwargs().
Thanks Nick Pope for reviews.
|
|
|
|
|