Django

Code

Changeset 1293

Show
Ignore:
Timestamp:
11/19/05 14:20:13 (3 years ago)
Author:
adrian
Message:

Fixed typo in docs/model-api.txt. Thanks, anl

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r1224 r1293  
    581581~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    582582 
    583 To define a many-to-one relationship, use ``ManyToManyField``. You use it just 
     583To define a many-to-many relationship, use ``ManyToManyField``. You use it just 
    584584like any other ``Field`` type: by including it as a class attribute of your 
    585585model.