Ticket #10563: 10563.diff

File 10563.diff, 652 bytes (added by Bob Thomas, 15 years ago)

Typo fix

  • docs/howto/custom-model-fields.txt

     
    254254Useful methods
    255255--------------
    256256
    257 Once you've created your :class:`~django.db.models.Field` subclass and set up up
     257Once you've created your :class:`~django.db.models.Field` subclass and set up
    258258the ``__metaclass__``, you might consider overriding a few standard methods,
    259259depending on your field's behavior. The list of methods below is in
    260260approximately decreasing order of importance, so start from the top.
Back to Top