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
2019-01-11
Moved django.db.migrations.writer.SettingsReference to django.conf.
Tim Graham
2018-10-15
Fixed #29817 -- Deprecated settings.FILE_CHARSET.
Jon Dufresne
2018-10-15
Refs #27829 -- Added warning for settings.DEFAULT_CONTENT_TYPE usage outside ...
Jon Dufresne
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-05-26
Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_...
Tim Graham
2018-04-19
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
2018-04-17
Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is acc...
Jon Dufresne
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-16
Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-12-23
Fixed #27625 -- Made LazySettings cache attributes in __dict__.
Adam Chainz
2016-12-23
Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.
Adam Chainz
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-04-23
Fixed #26427 -- Ensured deleted setting doesn't appear in dir(settings)
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-09-23
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
2015-09-23
Refs #24022 -- Removed the ssi tag per deprecation timeline.
Tim Graham
2015-08-31
Refs #24121 -- Added repr() to LazySettings, Settings, and UserSettingsHolder.
Keryn Knight
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
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
[next]