Fixed typos in the 1.7.7 release notes.

This commit is contained in:
Simon Charette 2015-04-14 22:11:32 -04:00
parent 910638fc4e
commit 28e8978325
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Django 1.7.7 release notes
==========================
*Under development*
*March 18, 2015*
Django 1.7.7 fixes several bugs and security issues in 1.7.6.
@ -51,4 +51,4 @@ Bugfixes
* Stopped writing migration files in dry run mode when merging migration
conflicts. When ``makemigrations --merge`` is called with ``verbosity=3`` the
migration file is written to ``stdout`` (:ticket: `24427`).
migration file is written to ``stdout`` (:ticket:`24427`).