Tim Graham
|
9c711ee3a6
|
Fixed test failures on Python 3 - refs #12288
|
2013-08-09 09:12:15 -04:00 |
SusanTan
|
2ac89012d8
|
Fixed #12288 -- Added unique validation for INSTALLED_APPS
|
2013-08-09 08:08:34 -04:00 |
Julien Phalip
|
47c755327b
|
Fixed a number of minor misspellings.
|
2013-07-27 18:46:03 -07:00 |
Joeri Bekker
|
66f3d57b79
|
Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'
|
2013-07-12 07:10:18 -04:00 |
Aymeric Augustin
|
cfcf4b3605
|
Stopped using django.utils.unittest in the test suite.
Refs #20680.
|
2013-07-01 14:29:33 +02:00 |
Oliver Beattie
|
552a90b444
|
Fixed #20290 -- Allow override_settings to be nested
Refactored override_settings to store the underlying settings._wrapped
value seen at runtime, not instantiation time.
|
2013-06-21 16:57:47 +02:00 |
Aymeric Augustin
|
c6e6d4eeb7
|
Defined available_apps in relevant tests.
Fixed #20483.
|
2013-06-10 11:30:01 +02:00 |
Florian Apolloner
|
89f40e3624
|
Merged regressiontests and modeltests into the test root.
|
2013-02-26 14:36:57 +01:00 |