Changeset 4028
- Timestamp:
- 11/06/06 16:51:00 (2 years ago)
- Files:
-
- django/trunk/django/db/models/manipulators.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/db/models/manipulators.py
r3949 r4028 287 287 # form fields, e.g. DateTime. 288 288 # This validation needs to occur after html2python to be effective. 289 field_val = all_data.get(f. attname, None)289 field_val = all_data.get(f.name, None) 290 290 if field_val is None: 291 291 # This will be caught by another validator, assuming the field
