Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf/project_template
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 #17920 -- Actually pass the full path of a newly cr...Jannis Leidel2012-03-211-1/+2
* 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-134-11/+6
* Fixed #16568 -- Added RequireDebugFalse filter to prevent...Carl Meyer2011-09-161-2/+1
* Fixed #14675 -- Completed removal of `from django.conf.ur...Ramiro Morales2011-09-121-1/+1
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved stat...Jannis Leidel2011-06-301-5/+0
* Fixed #16288 -- Enabled django.request exception logger r...Carl Meyer2011-06-221-1/+8
* Fixed #14261 - Added clickjacking protection (X-Frame-Opt...Luke Plant2011-05-311-0/+2
* Fixed #15822 -- Removed references to the v1 postgresql b...Adrian Holovaty2011-04-171-1/+1
* Fixed #14130 -- Made manage.py error reporting more usefu...Ramiro Morales2011-02-131-2/+5
* Fixed whitespace errors in settings modules.Jannis Leidel2011-02-121-2/+2
* Refs #14675 - Added import of url() function in project t...Carl Meyer2011-02-041-5/+6
* We have always been at war with 'import *'.Carl Meyer2011-02-031-1/+1
* Fixed some documentation and default-settings.py comments...Carl Meyer2011-02-011-5/+11
* Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a tr...Jannis Leidel2011-01-021-1/+1
* Fixed #14693, #14709 -- Backwards incompatible change to ...Jannis Leidel2010-11-171-6/+6
* Small grammar fix in 'user-uploaded files' comment from [...Adrian Holovaty2010-11-171-1/+1
* Fixed #10650 -- Clarified description of MEDIA_ROOT in se...Ramiro Morales2010-11-141-1/+1