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:07:52 -0400
commit80ad5472ce4b6ba6e94227422d0727371e97cdf0 (patch)
tree4030fc7d24e5702913414fcf50da6d4e23794ad5 /docs
parent300e8baf9429dbf1c5dff478558d793638dc2f54 (diff)
Fixed #24817 -- Prevented loss of null info in MySQL field renaming.
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 c9ef3d0c92..8e3e7bbfd4 100644
--- a/docs/releases/index.txt
+++ b/docs/releases/index.txt
@@ -42,6 +42,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