summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-04-11 16:10:31 +0200
committerClaude Paroz <claude@2xlibre.net>2015-04-17 10:48:13 +0200
commitada0845ddaefb4437e1d49aa781fd87ed9628e8f (patch)
tree2bbaa36ded8442223199c7c0f0cf63467c86739f /docs
parentc3a9820251ab06bbe491f11f3112031fb2dad8bd (diff)
[1.7.x] Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Thanks Simon Percivall for the report, and Simon Charette and Tim Graham for the reviews. Backport of 02260ea3f61b from master.
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`).