Commit 52739520 authored by Simon Meers's avatar Simon Meers
Browse files

[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
parent 64cf5d33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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