summaryrefslogtreecommitdiff
path: root/docs/releases/1.0.txt
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2008-09-02 18:45:33 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2008-09-02 18:45:33 +0000
commit58e3ef76dbe3eaa4df8416f3516c9e7dc9a1c5ff (patch)
tree867e5139f1dd40237fee3caa5d292e638ead8fb7 /docs/releases/1.0.txt
parente00aa16e24c55ed52d97a3adb31ce8d93ceb739e (diff)
Updated API stability document for 1.0.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases/1.0.txt')
-rw-r--r--docs/releases/1.0.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/releases/1.0.txt b/docs/releases/1.0.txt
index 58b3193335..1528f78910 100644
--- a/docs/releases/1.0.txt
+++ b/docs/releases/1.0.txt
@@ -6,8 +6,18 @@ Django 1.0 release notes
Welcome to Django 1.0!
+Stability and forwards-compatibility
+====================================
+
+:ref:`The release of Django 1.0 <releases-1.0>` comes with a promise of API
+stability and forwards-compatibility. In a nutshell, this means that code you
+develop against Django 1.0 will continue to work against 1.1 unchanged, and you
+should need to make only minor changes for any 1.X release.
+
+See the :ref:`API stability guide <misc-api-stability>` for full details.
+
Porting guide
--------------
+=============
You can find detailed instructions on porting apps from Django 0.96 to Django
1.0 in our porting guide: