Added 1.7.1 release notes for refs #23492.

This commit is contained in:
Tim Graham 2014-09-16 08:32:23 -04:00
parent d63ac5b595
commit 92a8213fdb
1 changed files with 2 additions and 0 deletions

View File

@ -49,3 +49,5 @@ Bugfixes
* Fixed bug in migrations that could cause unexpected data loss when executing
a backwards or no-op migration (:ticket:`23474`).
* Restored the ability to deepcopy ``F`` objects (:ticket:`23492`).