Kaydet (Commit) c331eeb8 authored tarafından Tim Graham's avatar Tim Graham

Forwardported 1.8.1 release notes.

üst b44ed404
......@@ -4,7 +4,8 @@ Django 1.8.1 release notes
*Under development*
Django 1.8.1 fixes several bugs in 1.8.
Django 1.8.1 fixes several bugs in 1.8 and includes some optimizations in the
migrations framework.
Bugfixes
========
......@@ -61,3 +62,11 @@ Bugfixes
* Fixed JavaScript path of ``contrib.admin``’s related field widget when using
alternate static file storages (:ticket:`24655`).
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>`.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment