1
0
mirror of https://github.com/django/django.git synced 2025-01-23 08:39:17 +00:00
django/docs/releases/1.0.txt
Jacob Kaplan-Moss 58e3ef76db Updated API stability document for 1.0.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-02 18:45:33 +00:00

30 lines
750 B
Plaintext

.. _releases-1.0:
========================
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:
.. toctree::
:maxdepth: 1
1.0-porting-guide