Author: lukeplant Date: 2011-03-30 10:34:01 -0700 (Wed, 30 Mar 2011) New Revision: 15947
Added: django/trunk/docs/releases/1.4.txt Modified: django/trunk/docs/releases/index.txt Log: Added stub release notes for 1.4 Added: django/trunk/docs/releases/1.4.txt =================================================================== --- django/trunk/docs/releases/1.4.txt (rev 0) +++ django/trunk/docs/releases/1.4.txt 2011-03-30 17:34:01 UTC (rev 15947) @@ -0,0 +1,23 @@ +============================================ +Django 1.4 release notes - UNDER DEVELOPMENT +============================================ + +This page documents release notes for the as-yet-unreleased Django +1.4. As such, it's tentative and subject to change. It provides +up-to-date information for those who are following trunk. + +Django 1.4 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>`. + +.. _new features: `What's new in Django 1.4`_ +.. _backwards incompatible changes: backwards-incompatible-changes-1.4_ + + +What's new in Django 1.4 +======================== + +.. _backwards-incompatible-changes-1.4: + +Backwards incompatible changes in 1.4 +===================================== Modified: django/trunk/docs/releases/index.txt =================================================================== --- django/trunk/docs/releases/index.txt 2011-03-30 16:56:53 UTC (rev 15946) +++ django/trunk/docs/releases/index.txt 2011-03-30 17:34:01 UTC (rev 15947) @@ -14,6 +14,14 @@ Final releases ============== + +1.4 release +----------- +.. toctree:: + :maxdepth: 1 + + 1.4 + 1.3 release ----------- .. toctree:: -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
