[1.3.X] Fixed #16839 - Added basic release notes for 1.2.7. Thanks claudep for the report.
Backport of r16803 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
70a6901775
commit
ee23919a8a
|
@ -0,0 +1,16 @@
|
|||
==========================
|
||||
Django 1.2.7 release notes
|
||||
==========================
|
||||
|
||||
*September 10, 2011*
|
||||
|
||||
Welcome to Django 1.2.7!
|
||||
|
||||
This is the seventh bugfix/security release in the Django 1.2 series. It
|
||||
replaces Django 1.2.6 due to problems with the 1.2.6 release tarball.
|
||||
Django 1.2.7 is a recommended upgrade for all users of any Django release in
|
||||
the 1.2.X series.
|
||||
|
||||
For more information, see the `release advisory`_.
|
||||
|
||||
.. _release advisory: https://www.djangoproject.com/weblog/2011/sep/10/127/
|
|
@ -27,6 +27,7 @@ Final releases
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.2.7
|
||||
1.2.6
|
||||
1.2.5
|
||||
1.2.4
|
||||
|
|
Loading…
Reference in New Issue