[1.2.X] Fixed #15547 -- incorrect link in generic views reference page. 1.2 only.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15756 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Simon Meers 2011-03-04 20:05:57 +00:00
parent 64cf5d33ac
commit 52739520c6

View File

@ -8,7 +8,7 @@ abstracted into "generic views" that let you quickly provide common views of
an object without actually needing to write any Python code. an object without actually needing to write any Python code.
A general introduction to generic views can be found in the :doc:`topic guide A general introduction to generic views can be found in the :doc:`topic guide
</topics/http/generic-views>`. </topics/generic-views>`.
This reference contains details of Django's built-in generic views, along with This reference contains details of Django's built-in generic views, along with
a list of all keyword arguments that a generic view expects. Remember that a list of all keyword arguments that a generic view expects. Remember that