summaryrefslogtreecommitdiff
path: root/docs/releases/1.7.8.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-05-01 16:24:39 -0400
committerTim Graham <timograham@gmail.com>2015-05-01 16:24:39 -0400
commit06aaed41a4a9b8da8aca5854a45e457c0b72210e (patch)
treee63d8006d6648f33c5051c3e55e4ccb0530faec3 /docs/releases/1.7.8.txt
parent3c4fca271bd6850d252c4b637871e597484804d1 (diff)
Added dates to release notes.
Diffstat (limited to 'docs/releases/1.7.8.txt')
-rw-r--r--docs/releases/1.7.8.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/1.7.8.txt b/docs/releases/1.7.8.txt
index dc281b6b62..f616ce5aff 100644
--- a/docs/releases/1.7.8.txt
+++ b/docs/releases/1.7.8.txt
@@ -2,7 +2,7 @@
Django 1.7.8 release notes
==========================
-*Under development*
+*May 1, 2015*
Django 1.7.8 fixes:
@@ -11,5 +11,5 @@ Django 1.7.8 fixes:
* 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`).
+* The loss of ``null``/``not null`` column properties during field alteration
+ of MySQL databases (:ticket:`24595`).