1
0
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:
Russell Keith-Magee
2010-12-04 05:25:24 +00:00
parent 34a386378f
commit ae7213b593
9 changed files with 296 additions and 6 deletions

View File

@@ -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,