[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:
parent
64cf5d33ac
commit
52739520c6
@ -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.
|
||||
|
||||
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
|
||||
a list of all keyword arguments that a generic view expects. Remember that
|
||||
|
Loading…
x
Reference in New Issue
Block a user