Changeset 8152
- Timestamp:
- 07/30/08 06:11:44 (5 months ago)
- Files:
-
- django/trunk/docs/custom_model_fields.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/custom_model_fields.txt
r8131 r8152 559 559 flattened string version of the data. This method has some internal 560 560 uses that aren't of interest to use here (mostly having to do with 561 forms s). For our purposes, it's sufficient to return a one item561 forms). For our purposes, it's sufficient to return a one item 562 562 dictionary that maps the attribute name to a string. 563 563
