summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Danilchenko <anton.danilchenko@gmail.com>2012-11-18 21:08:45 +0200
committerTim Graham <timograham@gmail.com>2012-11-19 18:44:53 -0500
commit27ecabf73f82104dd7624a9321ea34b15e51d83d (patch)
treef117e33bf5f15e9cb54248eeeb8c96892d4a27e6
parent17c61aaea303a5f21537d9978c28135f6f17b489 (diff)
[1.5.X] Fixed typo in docs/releases/1.5.txt
Backport of 3bdb2ca560 from master
-rw-r--r--docs/releases/1.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index cffc0f23af..5d5902d45d 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -47,7 +47,7 @@ Other notable new features in Django 1.5 include:
* ... and more; `see below <#what-s-new-in-django-1-5>`_.
Wherever possible we try to introduce new features in a backwards-compatible
-manner per :doc:`our API stability policy </misc/api-stability>` policy.
+manner per :doc:`our API stability policy </misc/api-stability>`.
However, as with previous releases, Django 1.5 ships with some minor
`backwards incompatible changes`_; people upgrading from previous versions
of Django should read that list carefully.