django/docs/internals
Mike Edmunds e295033144 Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.
Previously, the ADMINS and MANAGERS settings were lists of (name, address)
tuples (where the name had been unused). Deprecated use of tuples.

Updated settings value sanity checks, and changed from ValueError to
ImproperlyConfigured.
2025-03-21 10:17:57 +01:00
..
_images Improved readability of triage workflow image by increasing its size and color contrast. 2024-10-25 10:00:33 +02:00
contributing Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings. 2025-03-21 10:17:57 +01:00
deprecation.txt Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings. 2025-03-21 10:17:57 +01:00
git.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
howto-release-django.txt Refs #35980 -- Updated internal docs for artifact upload and release via admin site. 2025-03-18 22:15:26 -03:00
index.txt Replaced docs/internals/team.txt with DSF teams page. 2017-03-14 16:36:44 -04:00
mailing-lists.txt Fixed #35908 -- Retired the django-developers and django-users mailing lists. 2025-02-19 12:14:27 +01:00
organization.txt Fixed #35908 -- Retired the django-developers and django-users mailing lists. 2025-02-19 12:14:27 +01:00
release-process.txt Updated the release process documentation to reflect the current process. 2025-01-28 10:32:58 +00:00
security.txt Added security guideline on reasonable size limitations when rendering content via the DTL. 2025-02-24 08:51:08 +01:00