summaryrefslogtreecommitdiff
path: root/django/conf/project_template
Commit message (Expand)AuthorAgeFilesLines
* Made urls.py docstring consistent with other files in project template.Jarek Pacocha2022-12-131-1/+2
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-2/+0
* Fixed #32394 -- Changed project template settings to use relative STATIC_URL.Markus Holtermann2021-02-061-1/+1
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-151-0/+5
* Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...Mariusz Felisiak2020-08-281-1/+1
* Simplified settings' BASE_DIR definition with pathlib.Path.parent.Adam Johnson2020-03-181-1/+1
* Fixed #31066 -- Added a docstring to main() function in manage.py template.exploit192019-12-091-0/+1
* Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and ...Jon Dufresne2019-11-071-4/+4
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-201-0/+16
* Fixed #30069 -- Added docstring to manage.py template.Brylie Christopher Oxley2018-12-311-0/+1
* Fixed #30003 -- Added usable entry point in default manage.py.jpic2018-12-061-1/+6
* Updated project template to use single quotes where appropriate.Douwe Osinga2018-02-202-3/+3
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-6/+6
* Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham2017-03-071-1/+1
* Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb2017-02-231-1/+1
* Refs #23919 -- Removed misc references to Python 2.Tim Graham2017-01-211-13/+6
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-1/+1
* Refs #26484 -- Avoided masking useful exceptions in manage.py's ImportError.Tim Graham2016-04-131-5/+12
* Raised a more helpful ImportError message in manage.py template.Ben Welsh2016-03-291-3/+8
* Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb2016-01-255-0/+0
* Fixed #25711 -- Updated the project template's include() example.Tim Graham2015-12-091-3/+2
* Fixed #25525 -- Added instructions about importing include() in urls.pyBaptiste Mispelon2015-10-071-1/+2
* Refs #23957 -- Required session verification per deprecation timeline.Tim Graham2015-09-231-1/+0
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-2/+2
* Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...Marissa Zhou2015-06-081-1/+1
* Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn2015-06-071-0/+19
* Fixed #24635 -- Updated deprecated urls.py examples in default project template.Andrew Pinkham2015-04-141-4/+15
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-2/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-2/+5
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-4/+4
* Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson2015-01-121-4/+1
* Moved context_processors from django.core to django.template.Aymeric Augustin2014-12-281-5/+5
* Added initial support for loading template engines.Aymeric Augustin2014-12-281-0/+20
* Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template.Martin Blech2014-11-251-0/+2
* Fixed #23436 -- Made BASE_DIR absolute in settings template.Aymeric Augustin2014-09-281-1/+1
* Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham2014-09-121-0/+1
* Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham2014-04-051-0/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Revert "Reordered INSTALLED_APPS in default template, refs #22005"Aymeric Augustin2014-03-091-2/+2
* Reordered INSTALLED_APPS in default template, refs #22005Florian Apolloner2014-02-111-2/+2
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-1/+1
* Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin2014-01-182-3/+1
* Removed LocaleMiddleware from settings template.Aymeric Augustin2013-04-051-1/+0
* Fixed #19697 -- Added a deployment checklist.Aymeric Augustin2013-03-171-4/+1
* Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer2013-02-191-0/+4
* Simplified default project template.Aymeric Augustin2013-02-043-155/+62
* Consistently indent comments in project templateChris McDonald2012-10-281-2/+2
* Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.Carl Meyer2012-09-271-0/+4
* Fixed #9920 - Clarfied empty string vs. localhost in settings database host.Tim Graham2012-09-011-4/+5
* Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin2012-06-071-4/+4