diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-06-09 17:05:54 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-06-09 17:05:54 +0200 |
| commit | ad47364dd324508e8332ea853da59772431398aa (patch) | |
| tree | f28a989e8dbbecf7fd0f8cd8a1b743983699aecb /django/test | |
| parent | aa423575e7b464433fcfc4bf4b8e1d7627b17ce6 (diff) | |
Reverted 905e33f, now that DatabaseFeatures does not need confirm
Connection.features does not need to be confirmed any more, after
commit aa42357, rendering obsolete the workaround when using
TEST_MIRROR (Refs #16885, #17760).
Diffstat (limited to 'django/test')
| -rw-r--r-- | django/test/simple.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/test/simple.py b/django/test/simple.py index 62e7326295..4f05284543 100644 --- a/django/test/simple.py +++ b/django/test/simple.py @@ -320,7 +320,6 @@ class DjangoTestSuiteRunner(object): mirrors.append((alias, connections[alias].settings_dict['NAME'])) connections[alias].settings_dict['NAME'] = ( connections[mirror_alias].settings_dict['NAME']) - connections[alias].features = connections[mirror_alias].features return old_names, mirrors |
