index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
/
overriding-templates.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2024-10-22
Fixed example indentation in howto/overriding-templates.txt.
Mariusz Felisiak
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
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2021-07-13
Refs #32880 -- Made some titles consistent in how-to documents.
Daniele Procida
2020-08-28
Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...
Mariusz Felisiak
2020-08-05
Fixed #29336 -- Doc'd circular template inheritance
David Smith
2020-03-21
Updated settings example in overriding templates docs.
Mariusz Felisiak
2019-11-07
Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...
Jon Dufresne
2018-09-11
Emphasized that TemplatesSetting must be used to override widget templates.
Stephen Finucane
2017-06-02
Fixed #26028 -- Added overriding templates howto.
Philip James