Advanced deprecations in contrib.localflavor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2011-04-02 08:35:25 +00:00
parent 765458363b
commit c349aad412
1 changed files with 1 additions and 1 deletions

View File

@ -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':