Changeset 2558
- Timestamp:
- 03/24/06 13:13:21 (3 years ago)
- Files:
-
- django/trunk/django/core/meta/fields.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/meta/fields.py
r2454 r2558 799 799 choices_list = self.get_choices_default() 800 800 if len(choices_list) == 1: 801 print self.name, choices_list[0][0]802 801 new_data[self.name] = [choices_list[0][0]] 803 802 return new_data
