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
/
__init__.py
Age
Commit message (
Expand
)
Author
2014-12-05
Fixed #23957 -- Started deprecation toward requiring session verification.
Tim Graham
2014-11-17
Normalized check that ALLOWED_INCLUDE_ROOTS is a tuple.
Aymeric Augustin
2014-09-17
Fixed #23495 -- Stopped swallowing real settings import error
Claude Paroz
2014-09-05
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-30
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
Claude Paroz
2014-06-10
Fixed #22780 -- Checked that LOCALE_PATHS is really a tuple
Tim Schaffer
2014-04-12
Also allowed a non-overridden setting to be deleted
Claude Paroz
2014-01-20
Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.
Carl Meyer
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-31
Fixed #21714 -- Moved logging configuration to global setup()
Claude Paroz
2013-12-31
Removed an obsolete unicity check.
Aymeric Augustin
2013-12-18
Simplied some code in django.conf.__init__.
Ondrej Sika
2013-11-26
Use str.isupper() to test if a string is uppercased.
Baptiste Mispelon
2013-11-02
Fixed all E261 warnings
coagulant
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-08-09
Fixed test failures on Python 3 - refs #12288
Tim Graham
2013-08-09
Fixed #12288 -- Added unique validation for INSTALLED_APPS
SusanTan
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-01
Removed some conditional code only needed under Python 2.6.
Aymeric Augustin
2013-06-29
Report wrongly-typed settings and abort, as originally planned.
Ramiro Morales
2013-06-28
Stop auto-correcting string INSTALLED_APPS, TEMPLATE_DIRS settings, as per de...
Ramiro Morales
2013-05-25
Fixed #20443 -- Import errors in settings cause confusing error messages
Erik Romijn
2013-03-24
Fixed #18985 -- ensure module level deprecations are displayed
Preston Holmes
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-12-29
Removed backwards-compatibility shim for #16288.
Aymeric Augustin
2012-11-17
Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.
Aymeric Augustin
2012-11-16
Fixed #18985 -- made DeprecationWarnings loud
Preston Holmes
2012-11-10
Fixed #14264 -- Ensured settings.configure configures logging
Claude Paroz
2012-10-22
Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.
Carl Meyer
2012-09-29
Combined Django DEFAULT_LOGGING with user LOGGING config
Claude Paroz
2012-09-24
Fixed #14861 -- Moved logging config outside of Settings.__init__
Claude Paroz
2012-09-08
Remove a couple unused imports.
Carl Meyer
2012-09-08
Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...
Carl Meyer
2012-09-04
Fixed #18824 -- Allow deleting a setting from overriden settings
Claude Paroz
2012-08-21
Removed obsolete __members__ definitions
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-06-30
Fixed #12493 -- Deprecated auto-correction of TEMPLATE_DIRS
Claude Paroz
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-31
Required that the MEDIA_URL and STATIC_URL settings end with a slash, per the...
Aymeric Augustin
2012-03-31
Prevented Django from running with an empty secret key. Refs #17800.
Aymeric Augustin
2012-03-15
Actually warn on empty SECRET_KEY instead of raising a warning as an exception.
Carl Meyer
2012-03-02
Modified the error when SECRET_KEY is missing to be a DeprecationWarning.
Paul McMillan
2012-03-01
Fixed #17800 -- Prevented Django from starting without a SECRET_KEY, since th...
Aymeric Augustin
2012-02-22
Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...
Chris Beaven
2011-11-27
Fixed #16247 -- Removed wildcard expansion of application names in INSTALLED_...
Aymeric Augustin
[next]