Navigation Menu

Skip to content

Commit

Permalink
Advanced deprecations in contrib.localflavor.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Apr 2, 2011
1 parent 7654583 commit c349aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/localflavor/cz/forms.py
Expand Up @@ -73,7 +73,7 @@ def clean(self, value, gender=None):
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':
Expand Down

0 comments on commit c349aad

Please sign in to comment.