Ticket #10568: custom-model-fields.diff
File custom-model-fields.diff, 597 bytes (added by , 16 years ago) |
---|
-
docs/howto/custom-model-fields.txt
522 522 defaults.update(kwargs) 523 523 return super(HandField, self).formfield(**defaults) 524 524 525 This assumes we' re imported a ``MyFormField`` field class (which has its own525 This assumes we've imported a ``MyFormField`` field class (which has its own 526 526 default widget). This document doesn't cover the details of writing custom form 527 527 fields. 528 528