Ticket #7998: typo.diff
File typo.diff, 685 bytes (added by , 16 years ago) |
---|
-
docs/custom_model_fields.txt
541 541 Returns a dictionary, mapping the field's attribute name to a 542 542 flattened string version of the data. This method has some internal 543 543 uses that aren't of interest to use here (mostly having to do with 544 forms s). For our purposes, it's sufficient to return a one item544 forms). For our purposes, it's sufficient to return a one item 545 545 dictionary that maps the attribute name to a string. 546 546 547 547 This method is used by the serializers to convert the field into a string for