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:
@@ -24,6 +24,7 @@ from models import Company, TestModel
|
||||
|
||||
from commands.tests import *
|
||||
|
||||
from test_warnings import DeprecationWarningTests
|
||||
|
||||
class TranslationTests(TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user