summaryrefslogtreecommitdiff
path: root/docs/howto/overriding-templates.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2024-10-22Fixed example indentation in howto/overriding-templates.txt.Mariusz Felisiak
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2021-07-13Refs #32880 -- Made some titles consistent in how-to documents.Daniele Procida
2020-08-28Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...Mariusz Felisiak
2020-08-05Fixed #29336 -- Doc'd circular template inheritanceDavid Smith
2020-03-21Updated settings example in overriding templates docs.Mariusz Felisiak
2019-11-07Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...Jon Dufresne
2018-09-11Emphasized that TemplatesSetting must be used to override widget templates.Stephen Finucane
2017-06-02Fixed #26028 -- Added overriding templates howto.Philip James