diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index b6cbebfc36..29a2cb73fc 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -686,8 +686,11 @@ Save these changes and start a new Python interactive shell by running >>> c.delete() For more information on model relations, see :doc:`Accessing related objects -`. For full details on the database API, see our -:doc:`Database API reference `. +`. 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 `. + +__ http://docs.djangoproject.com/en/1.2/topics/db/queries/#field-lookups When you're comfortable with the API, read :doc:`part 2 of this tutorial ` to get Django's automatic admin working.