summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.8.txt b/docs/releases/1.7.8.txt
index 912171f8da..dc281b6b62 100644
--- a/docs/releases/1.7.8.txt
+++ b/docs/releases/1.7.8.txt
@@ -10,3 +10,6 @@ Django 1.7.8 fixes:
(:ticket:`24637`).
* A database table name quoting regression in 1.7.2 (:ticket:`24605`).
+
+* Prevented the loss of ``null``/``not null`` column properties during field
+ alteration of MySQL databases (:ticket:`24595`).