Django

Code

Changeset 8972

Show
Ignore:
Timestamp:
09/05/08 19:09:17 (6 hours ago)
Author:
adrian
Message:

Fixed #8894 -- Fixed typo in modelforms.txt. Thanks, koblaid@web.de

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/topics/forms/modelforms.txt

    r8872 r8972  
    560560    >>> formset = BookFormSet(instance=author) 
    561561 
    562 More than one foriegn key to the same model 
     562More than one foreign key to the same model 
    563563~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    564564