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