|
@@ -6,19 +6,19 @@ December 22, 2011.
|
|
|
|
|
|
Welcome to Django 1.4 alpha!
|
|
|
|
|
|
-This is the first in a series of preview/development releases leading up to the
|
|
|
-eventual release of Django 1.4, scheduled for March 2012. This release is
|
|
|
+This is the first in a series of preview/development releases leading up to
|
|
|
+the eventual release of Django 1.4, scheduled for March 2012. This release is
|
|
|
primarily targeted at developers who are interested in trying out new features
|
|
|
and testing the Django codebase to help identify and resolve bugs prior to the
|
|
|
final 1.4 release.
|
|
|
|
|
|
-As such, this release is *not* intended for production use, and any such use is
|
|
|
-discouraged.
|
|
|
+As such, this release is *not* intended for production use, and any such use
|
|
|
+is discouraged.
|
|
|
|
|
|
Django 1.4 alpha includes various `new features`_ and some minor `backwards
|
|
|
incompatible changes`_. There are also some features that have been dropped,
|
|
|
-which are detailed in :doc:`our deprecation plan </internals/deprecation>`, and
|
|
|
-we've `begun the deprecation process for some features`_.
|
|
|
+which are detailed in :doc:`our deprecation plan </internals/deprecation>`,
|
|
|
+and we've `begun the deprecation process for some features`_.
|
|
|
|
|
|
.. _new features: `What's new in Django 1.4`_
|
|
|
.. _backwards incompatible changes: `Backwards incompatible changes in 1.4`_
|