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:44:03 -0400 |
| commit | 9fb95dfc9fa1f9df73e384624c345199dd281dd5 (patch) | |
| tree | e1ee41208ec14fd360d553512208aa18b4be2469 /docs | |
| parent | f286721f7fdc2202f77a5f4d650d9d0779b86811 (diff) | |
Added 1.6.4 release note stub.
Diffstat (limited to 'docs')
| -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 9e6f4262a1..d6c0ac028d 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -36,6 +36,7 @@ Final releases .. toctree:: :maxdepth: 1 + 1.6.4 1.6.3 1.6.2 1.6.1 |
