1
0
mirror of https://github.com/django/django.git synced 2025-10-30 09:06:13 +00:00

Fixed #15286 -- Don't show deprecation warning if project locale dir is included in LOCALE_PATHS. Thanks to Claude and Ramiro.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel
2011-02-12 19:12:36 +00:00
parent e1e3f24371
commit 179fefcf7c
3 changed files with 45 additions and 8 deletions

View File

@@ -24,6 +24,7 @@ from models import Company, TestModel
from commands.tests import *
from test_warnings import DeprecationWarningTests
class TranslationTests(TestCase):