diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-01-07 11:38:14 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-01-07 11:38:14 +0000 |
| commit | 47147071fede992ecb85879a9df2d42876ffc8f9 (patch) | |
| tree | 0560b873e4a0ac727b5c6571b22716a9ebcf5017 /docs | |
| parent | b7fa3e8c3501fe9064a6111809dc19f7a487e30d (diff) | |
Corrected some referencing problems in the docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12117 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/index.txt | 1 | ||||
| -rw-r--r-- | docs/releases/1.2-alpha-1.txt | 2 | ||||
| -rw-r--r-- | 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 f1466c3496..d47fd9b33a 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 8784b5c631..836baee533 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 868ff5bd63..f58b3c9db1 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 |
