Changeset 5445
- Timestamp:
- 06/09/07 09:30:24 (1 year ago)
- Files:
-
- django/branches/unicode/django/core/validators.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/unicode/django/core/validators.py
r5376 r5445 438 438 float(data) 439 439 except ValueError: 440 raise ValidationError, gettext("Please enter a valid floating point number.")440 raise ValidationError, ugettext("Please enter a valid floating point number.") 441 441 442 442 class HasAllowableSize(object):
