mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #14563 -- Added Turkish localflavor. Thanks to serkank for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -4,7 +4,7 @@ from django.core.exceptions import ValidationError
|
||||
from django.utils.unittest import TestCase
|
||||
|
||||
|
||||
class IsraelLocalFlavorTests(TestCase):
|
||||
class ILLocalFlavorTests(TestCase):
|
||||
def test_postal_code_field(self):
|
||||
f = ILPostalCodeField()
|
||||
self.assertRaisesRegexp(ValidationError,
|
||||
|
||||
Reference in New Issue
Block a user