Commit c349aad4 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Advanced deprecations in contrib.localflavor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 76545836
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ class CZBirthNumberField(Field):
            import warnings
            warnings.warn(
                "Support for validating the gender of a CZ Birth number has been deprecated.",
                PendingDeprecationWarning)
                DeprecationWarning)
            if gender == 'f':
                female_const = 50
            elif gender == 'm':