Aymeric Augustin
|
cf0fd65ed4
Deprecated TEMPLATE_LOADERS.
|
10 anos atrás |
Tim Graham
|
b6ea059b4a
Fixed #23957 -- Started deprecation toward requiring session verification.
|
10 anos atrás |
Aymeric Augustin
|
87f187b960
Adjusted tests for previous commit.
|
10 anos atrás |
Thomas Chaumeny
|
d89f56dc4d
Fixed #21281 -- Made override_settings act at class level when used as a TestCase decorator.
|
10 anos atrás |
Berker Peksag
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 anos atrás |
Aymeric Augustin
|
9562ffea97
Avoid the word "stupid".
|
10 anos atrás |
Claude Paroz
|
885ff6845e
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
|
10 anos atrás |
Claude Paroz
|
66757fee7e
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
|
10 anos atrás |
Alex Gaynor
|
e163a3d17b
Removed an unused local variable, fixes a flake8 error
|
10 anos atrás |
Tim Schaffer
|
a1c6cd6a16
Fixed #22780 -- Checked that LOCALE_PATHS is really a tuple
|
10 anos atrás |
Claude Paroz
|
3417ba0309
Also allowed a non-overridden setting to be deleted
|
11 anos atrás |
Rodolfo Carvalho
|
0d91225892
Fixed many typos in comments and docstrings.
|
11 anos atrás |
Alex Gaynor
|
8482ab6633
Removed some stray newlines which caused flake8 issues
|
11 anos atrás |
Carl Meyer
|
6070a5d6a6
Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.
|
11 anos atrás |
Aymeric Augustin
|
553500133c
Removed an obsolete unicity check.
|
11 anos atrás |
Aymeric Augustin
|
e32095616c
Imported override_settings from its new location.
|
11 anos atrás |
Aymeric Augustin
|
5241763c81
Added modify_settings to alter settings containing lists of values.
|
11 anos atrás |
Aymeric Augustin
|
3a30b9c575
Fixed a flaky test.
|
11 anos atrás |
Aymeric Augustin
|
eabc3b6c8d
Set stacklevel for the override_settings warning.
|
11 anos atrás |
Jason Myers
|
c3791463a5
Fixing E302 Errors
|
11 anos atrás |
Tim Graham
|
36ded01527
Fixed #21302 -- Fixed unused imports and import *.
|
11 anos atrás |
Claude Paroz
|
949076eb11
Fixed #21263 -- Fixed issue with override_settings in inherited classes
|
11 anos atrás |
Tim Graham
|
9c711ee3a6
Fixed test failures on Python 3 - refs #12288
|
11 anos atrás |
SusanTan
|
2ac89012d8
Fixed #12288 -- Added unique validation for INSTALLED_APPS
|
11 anos atrás |
Julien Phalip
|
47c755327b
Fixed a number of minor misspellings.
|
11 anos atrás |
Joeri Bekker
|
66f3d57b79
Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'
|
12 anos atrás |
Aymeric Augustin
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 anos atrás |
Oliver Beattie
|
552a90b444
Fixed #20290 -- Allow override_settings to be nested
|
12 anos atrás |
Aymeric Augustin
|
c6e6d4eeb7
Defined available_apps in relevant tests.
|
11 anos atrás |
Florian Apolloner
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 anos atrás |