diff options
| author | Tim Graham <timograham@gmail.com> | 2014-04-22 11:44:03 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-04-22 11:47:52 -0400 |
| commit | 55da4e818d835205f42280ca06ef2a9a6d75fe08 (patch) | |
| tree | d7ef097b987b4ccf0abcb4191c58f579e7e5b22c | |
| parent | 97b5833e212d3e6520dfa43525aa75f625a760a0 (diff) | |
[1.7.x] Added 1.6.4 release note stub.
Backport of 9fb95dfc9f from master
| -rw-r--r-- | docs/releases/1.6.4.txt | 14 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/releases/1.6.4.txt b/docs/releases/1.6.4.txt new file mode 100644 index 0000000000..8a325c9141 --- /dev/null +++ b/docs/releases/1.6.4.txt @@ -0,0 +1,14 @@ +========================== +Django 1.6.4 release notes +========================== + +*Under development* + +Django 1.6.4 fixes several bugs in 1.6.3. + +Bugfixes +======== + +* Added backwards compatibility support for the :mod:`django.contrib.messages` + cookie format of Django 1.4 and earlier to faciliate upgrading to 1.6 from + 1.4 (`#22426 <http://code.djangoproject.com/ticket/22426>`_). diff --git a/docs/releases/index.txt b/docs/releases/index.txt index 5cf4203d94..6beffadca5 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -29,6 +29,7 @@ Final releases .. toctree:: :maxdepth: 1 + 1.6.4 1.6.3 1.6.2 1.6.1 |
