Django

Code

Show
Ignore:
Timestamp:
12/17/07 00:59:01 (1 year ago)
Author:
mtredinnick
Message:

Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv.

Fixed #6123, #6133, #6179, #6194.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/custom_model_fields.txt

    r6902 r6923  
    4545 
    4646This is just an ordinary Python class, with nothing Django-specific about it. 
    47 We'd like to be able to things like this in our models (we assume the ``hand`` 
    48 attribute on the model is an instance of ``Hand``):: 
     47We'd like to be able to do things like this in our models (we assume the 
     48``hand`` attribute on the model is an instance of ``Hand``):: 
    4949 
    5050    example = MyModel.objects.get(pk=1)