mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Merge 9e8b0137d0 into 3d0d4216ca
This commit is contained in:
commit
eb38a4e21b
1 changed files with 0 additions and 6 deletions
|
|
@ -26,12 +26,6 @@ class ConfigurationBase(type):
|
|||
if not importer.installed:
|
||||
raise ImproperlyConfigured(install_failure)
|
||||
settings_vars = uppercase_attributes(global_settings)
|
||||
parents = [base for base in bases if isinstance(base,
|
||||
ConfigurationBase)]
|
||||
if parents:
|
||||
for base in bases[::-1]:
|
||||
settings_vars.update(uppercase_attributes(base))
|
||||
|
||||
deprecated_settings = {
|
||||
# DEFAULT_HASHING_ALGORITHM is always deprecated, as it's a
|
||||
# transitional setting
|
||||
|
|
|
|||
Loading…
Reference in a new issue