summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial08.txt
AgeCommit message (Collapse)Author
2025-01-22[5.1.x] Fixed #36125 -- Switched docs to use chat.djangoproject.com when ↵Baptiste Mispelon
referencing the Discord server. Backport of 9a1f18635ff034b039c24ed5121cced028fc27d0 from main.
2025-01-08[5.1.x] Fixed #35999 -- Removed #django IRC channel references where ↵Sarah Boyce
appropriate. Some references are replaced with links to the Django Discord server. Backport of 15e207ce80581ec64bd790c37cce1bc07d01a744 from main.
2024-11-19[5.1.x] Updated maintainers of Django Debug Toolbar to Django Commons.Tim Schilling
Backport of 67ce158097f0c73c0300d461c858c9721b81ad9b from main.
2024-08-05[5.1.x] Used :pypi: role in docs where appropriate.Mariusz Felisiak
Backport of 304d25667433a59409e334a93acaaa9201840508 from main.
2024-06-21[5.1.x] Fixed #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. Backport of 72b7aecbbfbec0ceb1a829eef82a68d7283df604 from main.
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.