Ticket #6133: custom_models_fields.diff

File custom_models_fields.diff, 556 bytes (added by David Reynolds, 17 years ago)

Fixing the missing word in the docs

  • custom_model_fields.txt

     
    4343        # ... (other possibly useful methods omitted) ...
    4444
    4545This is just an ordinary Python class, nothing Django-specific about it. We
    46 would like to be able to things like this in our models (we assume the
     46would like to be able to do things like this in our models (we assume the
    4747``hand`` attribute on the model is an instance of ``Hand``)::
    4848
    4949
Back to Top