diff options
| author | Adam Donaghy <adamdonaghy1994@gmail.com> | 2018-05-03 23:41:04 +1000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-07 10:15:56 -0400 |
| commit | 56c5c1599a884f6d985c68c54d106db50381e02e (patch) | |
| tree | 70a00ca8f05a37b4ceeccae1d5d7d2d64a64f118 /docs | |
| parent | b548180605e760fcc284bf20dde310e9afb49a5e (diff) | |
[1.11.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
Regression in 917cc288a38f3c114a5440f0749b7e5e1086eb36.
Backport of b18650a2634890aa758abae2f33875daa13a9ba3 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.14.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.14.txt b/docs/releases/1.11.14.txt index 06fe74464a..c433673111 100644 --- a/docs/releases/1.11.14.txt +++ b/docs/releases/1.11.14.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed ``WKBWriter.write()`` and ``write_hex()`` for empty polygons on GEOS 3.6.1+ (:ticket:`29460`). + +* Fixed a regression in Django 1.10 that could result in large memory usage + when making edits using ``ModelAdmin.list_editable`` (:ticket:`28462`). |
