summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.8.txt6
-rw-r--r--docs/releases/1.8.1.txt2
2 files changed, 4 insertions, 4 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`).
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt
index ef1e0bb636..b9fc816e15 100644
--- a/docs/releases/1.8.1.txt
+++ b/docs/releases/1.8.1.txt
@@ -2,7 +2,7 @@
Django 1.8.1 release notes
==========================
-*Under development*
+*May 1, 2015*
Django 1.8.1 fixes several bugs in 1.8 and includes some optimizations in the
migrations framework.