Ticket #7998: typo.diff

File typo.diff, 685 bytes (added by ElliottM, 16 years ago)
  • docs/custom_model_fields.txt

     
    541541Returns a dictionary, mapping the field's attribute name to a
    542542flattened string version of the data. This method has some internal
    543543uses that aren't of interest to use here (mostly having to do with
    544 formss). For our purposes, it's sufficient to return a one item
     544forms). For our purposes, it's sufficient to return a one item
    545545dictionary that maps the attribute name to a string.
    546546
    547547This method is used by the serializers to convert the field into a string for
Back to Top