summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial08.txt
AgeCommit message (Collapse)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
2025-06-12Fixed #36454 -- Fixed typo in docs/intro/tutorial08.txt.ruvilonix
2025-01-22Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing ↵Baptiste Mispelon
the Discord server.
2025-01-08Fixed #35999 -- Removed #django IRC channel references where appropriate.Sarah Boyce
Some references are replaced with links to the Django Discord server.
2024-11-19Updated maintainers of Django Debug Toolbar to Django Commons.Tim Schilling
2024-08-05Used :pypi: role in docs where appropriate.Mariusz Felisiak
2024-06-21Fixed #35461 -- Updated misleading django-debug-toolbar instructions.Rosana Rufer
The DjDT "handle" isn't visible on the polls application as the templates are missing <body> tags for brevity.
2023-06-28Fixed typo in docs/intro/tutorial08.txt.Cerebro Cerberus
2023-02-07Fixed #34146 -- Added 3rd-party lib tutorial step.Tim Schilling
Added a tutorial step that highlights Django Debug Toolbar, on of the most common third party packages. It also added a mention of djangopackages.com as a place to search for other libraries and a link to Adam Johnson’s post on evaluating whether a package is well-maintained. Third-party packages are one of Django’s strengths. This should give folks a sound route in.