summaryrefslogtreecommitdiff
path: root/django/conf/project_template/project_name/settings.py-tpl
AgeCommit message (Expand)Author
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2024-09-30Fixed #35797 -- Removed debug context processor from default project template.Marc Gibbons
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-02-06Fixed #32394 -- Changed project template settings to use relative STATIC_URL.Markus Holtermann
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-08-28Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...Mariusz Felisiak
2020-03-18Simplified settings' BASE_DIR definition with pathlib.Path.parent.Adam Johnson
2019-11-07Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...Jon Dufresne
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-01-25Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb