File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ===========================
2
+ Django 1.4.21 release notes
3
+ ===========================
4
+
5
+ *July 8, 2015*
6
+
7
+ Django 1.4.21 fixes several security issues in 1.4.20.
Original file line number Diff line number Diff line change 2
2
Django 1.7.9 release notes
3
3
==========================
4
4
5
- *Under development *
5
+ *July 8, 2015 *
6
6
7
- Django 1.7.9 fixes several bugs in 1.7.8.
7
+ Django 1.7.9 fixes several security issues and bugs in 1.7.8.
8
+
9
+ Bugfixes
10
+ ========
8
11
9
12
* Prevented the loss of ``null``/``not null`` column properties during field
10
13
renaming of MySQL databases (:ticket:`24817`).
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ versions of the documentation contain the release notes for any later releases.
78
78
.. toctree::
79
79
:maxdepth: 1
80
80
81
+ 1.4.21
81
82
1.4.20
82
83
1.4.19
83
84
1.4.18
You can’t perform that action at this time.
0 commit comments