Consolidated i18n commands test with the rest of the i18n tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
20fa9ddb71
commit
b79daef867
|
@ -18,6 +18,8 @@ from django.utils.importlib import import_module
|
||||||
from forms import I18nForm, SelectDateForm, SelectDateWidget, CompanyForm
|
from forms import I18nForm, SelectDateForm, SelectDateWidget, CompanyForm
|
||||||
from models import Company, TestModel
|
from models import Company, TestModel
|
||||||
|
|
||||||
|
from commands.tests import *
|
||||||
|
|
||||||
|
|
||||||
class TranslationTests(TestCase):
|
class TranslationTests(TestCase):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue