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:08:14 -0400
commitf65d4db8a805e5184898563542fcb5d459273582 (patch)
treeab672b8e45139df4c52bef1491708fe71687caaf /docs
parentdf6a4cac52b58e471168d0a80e5d1900126b7154 (diff)
[1.8.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/1.8.3.txt3
-rw-r--r--docs/releases/index.txt1
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