mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Updated API stability document for 1.0.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e00aa16e24
commit
58e3ef76db
3 changed files with 130 additions and 64 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue