From 9712f4c7a4a9d1879fe8964f5597fbdb7f40a8a3 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Thu, 18 Nov 2010 01:29:25 +0000 Subject: [PATCH] Corrected link in release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14609 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt index 7c4622f9c5..1e630d0bc3 100644 --- a/docs/releases/1.3.txt +++ b/docs/releases/1.3.txt @@ -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 extended. -See :doc:`the documentation on Generic Views` +See :doc:`the documentation on Class-based Generic Views` for more details. There is also a document to help you :doc:`convert your function-based generic views to class-based views`.