1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #17240 -- Replaced links to the online version of the docs by internal references.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Aymeric Augustin
2011-11-16 21:04:28 +00:00
parent 6d5f19ce82
commit 1adf8d4386
4 changed files with 13 additions and 14 deletions

View File

@@ -703,10 +703,9 @@ Save these changes and start a new Python interactive shell by running
For more information on model relations, see :doc:`Accessing related objects
</ref/models/relations>`. For more on how to use double underscores to perform
field lookups via the API, see `Field lookups`__. For full details on the
database API, see our :doc:`Database API reference </topics/db/queries>`.
__ http://docs.djangoproject.com/en/1.2/topics/db/queries/#field-lookups
field lookups via the API, see :ref:`Field lookups <field-lookups-intro>`. For
full details on the database API, see our :doc:`Database API reference
</topics/db/queries>`.
When you're comfortable with the API, read :doc:`part 2 of this tutorial
</intro/tutorial02>` to get Django's automatic admin working.