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
/
app_template
Age
Commit message (
Expand
)
Author
2025-09-05
Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.
Tim Graham
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-03
Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...
Ivan
2016-01-25
Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.
Chris Lamb
2015-12-12
Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp.
Tim Graham
2015-09-07
Fixed #25356 -- Removed default_app_config from startapp template.
Tim Graham
2015-06-16
Fixed #24971 -- Made startapp generate an apps.py
Mounir Messelmeni
2015-06-11
Fixed #24950 -- Added unicode_literals to models.py in app template
Markus Holtermann
2013-11-27
Change initial migration writing to work as docs suggest.
Andrew Godwin
2013-02-04
Simplified default project template.
Aymeric Augustin
2011-01-26
Fixed #15154 -- removed doctests from the tests.py generated with createapp.
Alex Gaynor
2009-01-06
Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp".
Malcolm Tredinnick
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-11-16
Changed 'django-admin.py startapp' application template to use views.py inste...
Adrian Holovaty
2005-08-05
Changed 'django-admin startapp' so that it doesn't create the 'urls' director...
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty