mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Imported override_settings from its new location.
This commit is contained in:
parent
da16bb30ff
commit
e32095616c
91 changed files with 113 additions and 154 deletions
|
@ -5,8 +5,7 @@ from django.contrib.sites.models import Site
|
|||
from django.contrib.admindocs import utils
|
||||
from django.contrib.auth.models import User
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.test import TestCase
|
||||
from django.test.utils import modify_settings, override_settings
|
||||
from django.test import TestCase, modify_settings, override_settings
|
||||
|
||||
|
||||
class MiscTests(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue