From 52bac4ede1c825c097c7a7027c1637a7cd9cbf4d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 25 Feb 2013 13:01:15 -0500 Subject: [PATCH] [1.4.x] Fixed #19911 - Updated generic view links. Thanks marc@ for the report. --- docs/intro/tutorial04.txt | 2 +- docs/ref/contrib/messages.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index 85d54c34f6..6a55917fd5 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -320,7 +320,7 @@ function anymore -- generic views can be (and are) used multiple times Run the server, and use your new polling app based on generic views. For full details on generic views, see the :doc:`generic views documentation -`. +`. Coming soon =========== diff --git a/docs/ref/contrib/messages.txt b/docs/ref/contrib/messages.txt index 3227645915..504691bbbd 100644 --- a/docs/ref/contrib/messages.txt +++ b/docs/ref/contrib/messages.txt @@ -275,7 +275,7 @@ example:: messages.info(request, 'Hello world.', fail_silently=True) Internally, Django uses this functionality in the create, update, and delete -:doc:`generic views ` so that they work even if the +:doc:`generic views ` so that they work even if the message framework is disabled. .. note::