index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
conf
/
project_template
Age
Commit message (
Expand
)
Author
2015-01-12
Fixed #24124 -- Changed context_processors in the default settings.py
Collin Anderson
2014-12-28
Moved context_processors from django.core to django.template.
Aymeric Augustin
2014-12-28
Added initial support for loading template engines.
Aymeric Augustin
2014-11-25
Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template.
Martin Blech
2014-09-28
Fixed #23436 -- Made BASE_DIR absolute in settings template.
Aymeric Augustin
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-04-05
Fixed #21649 -- Added optional invalidation of sessions when user password ch...
Tim Graham
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-09
Revert "Reordered INSTALLED_APPS in default template, refs #22005"
Aymeric Augustin
2014-02-11
Reordered INSTALLED_APPS in default template, refs #22005
Florian Apolloner
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-18
Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
Aymeric Augustin
2013-04-05
Removed LocaleMiddleware from settings template.
Aymeric Augustin
2013-03-17
Fixed #19697 -- Added a deployment checklist.
Aymeric Augustin
2013-02-19
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
Carl Meyer
2013-02-04
Simplified default project template.
Aymeric Augustin
2012-10-28
Consistently indent comments in project template
Chris McDonald
2012-09-27
Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.
Carl Meyer
2012-09-01
Fixed #9920 - Clarfied empty string vs. localhost in settings database host.
Tim Graham
2012-06-07
Fixed #18397 -- Avoided referencing lawrence.com.
Aymeric Augustin
2012-03-26
Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Th...
Aymeric Augustin
2012-03-21
Fixed #17920 -- Actually pass the full path of a newly created project or app...
Jannis Leidel
2011-12-22
Fixed #17042 -- Extended startproject and startapp management commands to bet...
Jannis Leidel
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-22
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...
Carl Meyer
2011-10-13
Fixed #15372 -- Switched to a startproject default layout that allows us to a...
Carl Meyer
2011-09-16
Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...
Carl Meyer
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-06-22
Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...
Carl Meyer
2011-05-30
Fixed #14261 - Added clickjacking protection (X-Frame-Options header)
Luke Plant
2011-04-17
Fixed #15822 -- Removed references to the v1 postgresql backend (which has be...
Adrian Holovaty
2011-02-13
Fixed #14130 -- Made manage.py error reporting more useful when the settings....
Ramiro Morales
2011-02-12
Fixed whitespace errors in settings modules.
Jannis Leidel
2011-02-04
Refs #14675 - Added import of url() function in project template urls.py, add...
Carl Meyer
2011-02-03
We have always been at war with 'import *'.
Carl Meyer
2011-02-01
Fixed some documentation and default-settings.py comments that were misleadin...
Carl Meyer
2011-01-02
Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensu...
Jannis Leidel
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-11-16
Small grammar fix in 'user-uploaded files' comment from [14560]
Adrian Holovaty
2010-11-14
Fixed #10650 -- Clarified description of MEDIA_ROOT in setting files. Thanks ...
Ramiro Morales
2010-11-02
Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'
Carl Meyer
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel
2010-10-04
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...
Russell Keith-Magee
2010-08-28
Fixed #13681 -- Added a commented out admindocs entry to the default INSTALLE...
Russell Keith-Magee
2010-03-15
Fixed #13045 - Add USE_L10N to the project skeleton settings.
Jannis Leidel
2010-02-26
Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...
Russell Keith-Magee
2010-02-21
Fixed #12675 - Add the admin app to the project template settings.py for cons...
Jannis Leidel
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-14
Fixed #6262 -- Added a cached template loader, and modified existing template...
Russell Keith-Magee
[next]