Django

Code

Ticket #6133: custom_models_fields.diff

File custom_models_fields.diff, 0.5 kB (added by DavidReynolds, 1 year ago)

Fixing the missing word in the docs

  • custom_model_fields.txt

    old new  
    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