Fixed #2195 -- Fixed spelling error in generic_relations model test. Other errors were fixed earlier today. Thanks, Tom Tobin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b10149b08a
commit
15cbc67ea2
|
@ -5,7 +5,7 @@ Generic relations let an object have a foreign key to any object through a
|
||||||
content-type/object-id field. A generic foreign key can point to any object,
|
content-type/object-id field. A generic foreign key can point to any object,
|
||||||
be it animal, vegetable, or mineral.
|
be it animal, vegetable, or mineral.
|
||||||
|
|
||||||
The cannonical example is tags (although this example implementation is *far*
|
The canonical example is tags (although this example implementation is *far*
|
||||||
from complete).
|
from complete).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue