diff options
| author | Tim Graham <timograham@gmail.com> | 2012-11-19 15:44:16 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-11-19 15:44:16 -0800 |
| commit | c559c3c3b9fb99c723a9e0d060ecebc805a6eb30 (patch) | |
| tree | 81a58dfc37437fd85f3f95371542ae7b0b34de49 /docs | |
| parent | 1f1f60d12f78ee68d59b577fdb6a31857b1d0f44 (diff) | |
| parent | 3bdb2ca5608d6530adbf91e7914e5d5e05acc07a (diff) | |
Merge pull request #537 from 1st/patch-2
Fixed typo in docs/releases/1.5.txt
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.5.txt | 2 |
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. |
