From 47147071fede992ecb85879a9df2d42876ffc8f9 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 7 Jan 2010 11:38:14 +0000 Subject: [PATCH] Corrected some referencing problems in the docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12117 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/index.txt | 1 + docs/releases/1.2-alpha-1.txt | 2 -- docs/releases/index.txt | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/index.txt b/docs/ref/index.txt index f1466c34968..d47fd9b33a5 100644 --- a/docs/ref/index.txt +++ b/docs/ref/index.txt @@ -21,3 +21,4 @@ API Reference signals templates/index unicode + validators diff --git a/docs/releases/1.2-alpha-1.txt b/docs/releases/1.2-alpha-1.txt index 8784b5c631d..836baee5334 100644 --- a/docs/releases/1.2-alpha-1.txt +++ b/docs/releases/1.2-alpha-1.txt @@ -184,8 +184,6 @@ status code for the test runner is now 0 for success (no failing tests) and 1 for any number of test failures. If needed, the number of test failures can be found at the end of the test runner's output. -.. _deprecated-features-1.2: - Features deprecated in 1.2 ========================== diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 868ff5bd630..f58b3c9db15 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -58,6 +58,7 @@ notes. .. toctree:: :maxdepth: 1 + 1.2-alpha-1 1.1-rc-1 1.1-beta-1 1.1-alpha-1