summaryrefslogtreecommitdiff
path: root/django/conf/project_template
AgeCommit message (Expand)Author
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-12-09Fixed #31066 -- Added a docstring to main() function in manage.py template.exploit19
2019-11-07Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...Jon Dufresne
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2018-12-31Fixed #30069 -- Added docstring to manage.py template.Brylie Christopher Oxley
2018-12-06Fixed #30003 -- Added usable entry point in default manage.py.jpic
2018-02-20Updated project template to use single quotes where appropriate.Douwe Osinga
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb
2017-01-21Refs #23919 -- Removed misc references to Python 2.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-13Refs #26484 -- Avoided masking useful exceptions in manage.py's ImportError.Tim Graham
2016-03-29Raised a more helpful ImportError message in manage.py template.Ben Welsh
2016-01-25Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2015-12-09Fixed #25711 -- Updated the project template's include() example.Tim Graham
2015-10-07Fixed #25525 -- Added instructions about importing include() in urls.pyBaptiste Mispelon
2015-09-23Refs #23957 -- Required session verification per deprecation timeline.Tim Graham
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-06-08Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...Marissa Zhou
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-04-14Fixed #24635 -- Updated deprecated urls.py examples in default project template.Andrew Pinkham
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-28Added initial support for loading template engines.Aymeric Augustin
2014-11-25Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template.Martin Blech
2014-09-28Fixed #23436 -- Made BASE_DIR absolute in settings template.Aymeric Augustin
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-09Revert "Reordered INSTALLED_APPS in default template, refs #22005"Aymeric Augustin
2014-02-11Reordered INSTALLED_APPS in default template, refs #22005Florian Apolloner
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2013-04-05Removed LocaleMiddleware from settings template.Aymeric Augustin
2013-03-17Fixed #19697 -- Added a deployment checklist.Aymeric Augustin
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-04Simplified default project template.Aymeric Augustin
2012-10-28Consistently indent comments in project templateChris McDonald
2012-09-27Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.Carl Meyer
2012-09-01Fixed #9920 - Clarfied empty string vs. localhost in settings database host.Tim Graham
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-03-26Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Th...Aymeric Augustin
2012-03-21Fixed #17920 -- Actually pass the full path of a newly created project or app...Jannis Leidel