index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
conf
/
project_template
/
project_name
/
settings.py-tpl
Age
Commit message (
Expand
)
Author
2026-05-13
Fixed #35514 -- Implemented dictionary-based MAILERS.
Mike Edmunds
2025-09-05
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Tim Graham
2024-09-30
Fixed #35797 -- Removed debug context processor from default project template.
Marc Gibbons
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-02-06
Fixed #32394 -- Changed project template settings to use relative STATIC_URL.
Markus Holtermann
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-08-28
Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...
Mariusz Felisiak
2020-03-18
Simplified settings' BASE_DIR definition with pathlib.Path.parent.
Adam Johnson
2019-11-07
Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...
Jon Dufresne
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-01-25
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Chris Lamb