summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndriy Sokolovskiy <me@asokolovskiy.com>2015-05-27 01:18:21 +0300
committerTim Graham <timograham@gmail.com>2015-05-28 10:26:27 -0400
commit927d90ee1ee4aa630a5a879b5fd75aa03a3341f7 (patch)
tree6884a0950ada84d3c69707d10365032202b7403f /docs
parent8bb369ef6345074216471c41bd575d540992c76e (diff)
[1.7.x] Fixed #24817 -- Prevented loss of null info in MySQL field renaming.
Backport of 80ad5472ce4b6ba6e94227422d0727371e97cdf0 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.9.txt10
-rw-r--r--docs/releases/index.txt1
2 files changed, 11 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/index.txt b/docs/releases/index.txt
index 15473f56c6..a574ef67a2 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -25,6 +25,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