mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +00:00
[1.8.x] Refs #24743 -- Clarified migrations performance note in 1.8.1 release notes.
Backport of 81d4ce4a6d21f0e65cabb253927770b3616cb560 from master
This commit is contained in:
parent
6483f133bc
commit
7ea6477b3a
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user