Refs #24743 -- Clarified migrations performance note in 1.8.1 release notes.

This commit is contained in:
Tim Graham 2015-05-13 10:11:05 -04:00
parent e60eccd62e
commit 81d4ce4a6d
1 changed files with 2 additions and 1 deletions

View File

@ -93,4 +93,5 @@ Optimizations
* Changed ``ModelState`` to deepcopy fields instead of deconstructing and
reconstructing (:ticket:`24591`). This speeds up the rendering of model
states and reduces memory usage when running :djadmin:`manage.py migrate
<migrate>`.
<migrate>` (although other changes in this release may negate any performance
benefits).