Django

Code

Changeset 8152

Show
Ignore:
Timestamp:
07/30/08 06:11:44 (5 months ago)
Author:
russellm
Message:

Fixed #7998 -- Corrected typo. Thanks to ElliotM for the report.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/custom_model_fields.txt

    r8131 r8152  
    559559flattened string version of the data. This method has some internal 
    560560uses that aren't of interest to use here (mostly having to do with 
    561 formss). For our purposes, it's sufficient to return a one item 
     561forms). For our purposes, it's sufficient to return a one item 
    562562dictionary that maps the attribute name to a string. 
    563563