0
0
mirror of https://github.com/django/django.git synced 2024-11-29 22:56:46 +01:00

Corrected link in release notes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2010-11-18 01:29:25 +00:00
parent 9b6535b894
commit 9712f4c7a4

View File

@ -30,7 +30,7 @@ provided, along with a completely generic view base class that can be
used as the basis for reusable applications that can be easily used as the basis for reusable applications that can be easily
extended. extended.
See :doc:`the documentation on Generic Views</topics/generic-views>` See :doc:`the documentation on Class-based Generic Views</topics/class-based-views>`
for more details. There is also a document to help you :doc:`convert for more details. There is also a document to help you :doc:`convert
your function-based generic views to class-based your function-based generic views to class-based
views</topics/generic-views-migration>`. views</topics/generic-views-migration>`.