diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2010-06-21 15:49:56 +0000 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2010-06-21 15:49:56 +0000 |
| commit | dd5e71829627705d68905d91fc18c3554a9c69c8 (patch) | |
| tree | 95faa1902d86d277cab425daf328ac2734906dc2 /docs/releases | |
| parent | 72c6a434038862c90e91a2087fbc38e1c48038d9 (diff) | |
[soc2010/query-refactor] Merged up to trunk r13366.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13367 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.3.txt | 31 | ||||
| -rw-r--r-- | docs/releases/index.txt | 7 |
2 files changed, 38 insertions, 0 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt new file mode 100644 index 0000000000..b0d0397055 --- /dev/null +++ b/docs/releases/1.3.txt @@ -0,0 +1,31 @@ +.. _releases-1.3: + +============================================ +Django 1.3 release notes - UNDER DEVELOPMENT +============================================ + +This page documents release notes for the as-yet-unreleased Django +1.3. As such, it's tentative and subject to change. It provides +up-to-date information for those who are following trunk. + +Django 1.3 includes a number of nifty `new features`_, lots of bug +fixes and an easy upgrade path from Django 1.2. + +.. _new features: `What's new in Django 1.3`_ + +.. _backwards-incompatible-changes-1.3: + +Backwards-incompatible changes in 1.3 +===================================== + + + +Features deprecated in 1.3 +========================== + + + +What's new in Django 1.3 +======================== + + diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 676ee67519..2c8cd5ed8d 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -16,6 +16,13 @@ up to and including the new version. Final releases ============== +1.3 release +----------- +.. toctree:: + :maxdepth: 1 + + 1.3 + 1.2 release ----------- .. toctree:: |
