Skip to content

Commit

Permalink
Consolidated i18n commands test with the rest of the i18n tests.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ramiro committed Oct 10, 2010
1 parent 20fa9dd commit b79daef
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions tests/regressiontests/i18n/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
from forms import I18nForm, SelectDateForm, SelectDateWidget, CompanyForm
from models import Company, TestModel

from commands.tests import *


class TranslationTests(TestCase):

Expand Down
Empty file.

0 comments on commit b79daef

Please sign in to comment.