summaryrefslogtreecommitdiff
path: root/django/conf/app_template
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-151-0/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-185-5/+5
* Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...Ivan2016-09-033-3/+3
* Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb2016-01-257-0/+0
* Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp.Tim Graham2015-12-121-1/+1
* Fixed #25356 -- Removed default_app_config from startapp template.Tim Graham2015-09-071-1/+0
* Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni2015-06-162-0/+6
* Fixed #24950 -- Added unicode_literals to models.py in app templateMarkus Holtermann2015-06-111-1/+1
* Change initial migration writing to work as docs suggest.Andrew Godwin2013-11-271-0/+0
* Simplified default project template.Aymeric Augustin2013-02-043-14/+6
* Fixed #15154 -- removed doctests from the tests.py generated with createapp.Alex Gaynor2011-01-261-12/+5
* Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp".Malcolm Tredinnick2009-01-061-0/+23
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-023-4/+3
* Changed 'django-admin.py startapp' application template to use views.py inste...Adrian Holovaty2005-11-162-0/+1
* Changed 'django-admin startapp' so that it doesn't create the 'urls' director...Adrian Holovaty2005-08-052-5/+0
* Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty2005-07-136-0/+9