1
0
mirror of https://github.com/django/django.git synced 2025-01-28 02:59:58 +00:00

6 Commits

Author SHA1 Message Date
Sarah Boyce
8d81c4730f [5.1.x] Fixed #35999 -- Removed #django IRC channel references where appropriate.
Some references are replaced with links to the Django Discord server.

Backport of 15e207ce80581ec64bd790c37cce1bc07d01a744 from main.
2025-01-08 10:29:52 +01:00
Tim Schilling
08ac8c1b44 [5.1.x] Updated maintainers of Django Debug Toolbar to Django Commons.
Backport of 67ce158097f0c73c0300d461c858c9721b81ad9b from main.
2024-11-19 12:03:57 +01:00
Mariusz Felisiak
20bd3f02be [5.1.x] Used :pypi: role in docs where appropriate.
Backport of 304d25667433a59409e334a93acaaa9201840508 from main.
2024-08-05 10:36:41 -03:00
Rosana Rufer
9143ecfd8b [5.1.x] Fixed #35461 -- Updated misleading django-debug-toolbar instructions.
The DjDT "handle" isn't visible on the polls application as the templates
are missing <body> tags for brevity.

Backport of 72b7aecbbfbec0ceb1a829eef82a68d7283df604 from main.
2024-06-21 13:20:41 +02:00
Cerebro Cerberus
6fbe5287ac
Fixed typo in docs/intro/tutorial08.txt. 2023-06-28 07:08:51 +02:00
Tim Schilling
7715c9fef5
Fixed #34146 -- Added 3rd-party lib tutorial step.
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.
2023-02-07 15:26:37 +01:00