Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf/project_template/project_name
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25525 -- Added instructions about importing includ...Baptiste Mispelon2015-10-071-1/+2
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-241-1/+0
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-081-2/+2
* Fixed #24796 -- Added a hint on placement of SecurityMidd...Marissa Zhou2015-06-081-1/+1
* Fixed #16860 -- Added password validation to django.contr...Erik Romijn2015-06-071-0/+19
* Fixed #24635 -- Updated deprecated urls.py examples in de...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...Collin Anderson2015-01-121-4/+1
* Moved context_processors from django.core to django.templ...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 startp...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 ...Tim Graham2014-09-121-0/+1
* Fixed #21649 -- Added optional invalidation of sessions w...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, ref...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 ...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 envir...Carl Meyer2012-09-281-0/+4
* Fixed #9920 - Clarfied empty string vs. localhost in sett...Tim Graham2012-09-011-4/+5
* Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin2012-06-071-4/+4
* Fixed #17733 -- Discouraged setting TIME_ZONE to None whe...Aymeric Augustin2012-03-261-4/+1
* Fixed #17042 -- Extended startproject and startapp manage...Jannis Leidel2011-12-221-1/+1
* Added support for time zones. Thanks Luke Plant for the r...Aymeric Augustin2011-11-181-1/+4
* Fixed #16360 -- Added WSGI entrypoint to startproject lay...Carl Meyer2011-10-222-0/+31
* Fixed #15372 -- Switched to a startproject default layout...Carl Meyer2011-10-133-0/+165