diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.9.txt | 10 | ||||
| -rw-r--r-- | docs/releases/1.8.3.txt | 3 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
3 files changed, 14 insertions, 0 deletions
diff --git a/docs/releases/1.7.9.txt b/docs/releases/1.7.9.txt new file mode 100644 index 0000000000..bca875803c --- /dev/null +++ b/docs/releases/1.7.9.txt @@ -0,0 +1,10 @@ +========================== +Django 1.7.9 release notes +========================== + +*Under development* + +Django 1.7.9 fixes several bugs in 1.7.8. + +* Prevented the loss of ``null``/``not null`` column properties during field + renaming of MySQL databases (:ticket:`24817`). diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index 5adea05dd1..3bc13a2656 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -25,3 +25,6 @@ Bugfixes * Fixed a regression which caused template context processors to overwrite variables set on a ``RequestContext`` after it's created (:ticket:`24847`). + +* Prevented the loss of ``null``/``not null`` column properties during field + renaming of MySQL databases (:ticket:`24817`). diff --git a/docs/releases/index.txt b/docs/releases/index.txt index c6cee645f5..591072fc84 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -35,6 +35,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 1.7.9 1.7.8 1.7.7 1.7.6 |
