Renumbered all the doctest examples so that they are ordered correctly on the doc pages.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2007-03-23 20:17:04 +00:00
parent af1aa1baea
commit 189e7dd802
15 changed files with 15 additions and 15 deletions

View file

@ -1,5 +1,5 @@
"""
33. Generic relations
34. Generic relations
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,