Ticket #10563: 10563.diff
File 10563.diff, 652 bytes (added by , 16 years ago) |
---|
-
docs/howto/custom-model-fields.txt
254 254 Useful methods 255 255 -------------- 256 256 257 Once you've created your :class:`~django.db.models.Field` subclass and set up up257 Once you've created your :class:`~django.db.models.Field` subclass and set up 258 258 the ``__metaclass__``, you might consider overriding a few standard methods, 259 259 depending on your field's behavior. The list of methods below is in 260 260 approximately decreasing order of importance, so start from the top.