mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
6644ef72c8
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
34 lines
821 B
Plaintext
34 lines
821 B
Plaintext
.. _releases-index:
|
|
|
|
Release notes
|
|
=============
|
|
|
|
Release notes for the official Django releases. Each release note will tell you
|
|
what's new in each version, and will also describe any backwards-incompatible
|
|
changes made in that version.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
0.95
|
|
0.96
|
|
1.0-alpha-1
|
|
1.0-alpha-2
|
|
1.0-beta
|
|
1.0-beta-2
|
|
1.0
|
|
1.0.1
|
|
1.0.2
|
|
1.1-alpha-1
|
|
1.1-beta-1
|
|
1.1-rc-1
|
|
|
|
.. seealso::
|
|
|
|
The list of `backwards-incompatible changes`_ made in the current
|
|
development "trunk". If you're running versions of Django newer than an
|
|
official release, you should keep track of new pieces pointed there. It's
|
|
also fun reading if you're looking forward to new versions of Django.
|
|
|
|
.. _backwards-incompatible changes: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
|