diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-06-07 14:09:27 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-06-07 14:37:43 +0200 |
| commit | cfcca7ccce3dc527d16757ff6dc978e50c4a2e61 (patch) | |
| tree | 81b5ac70392c045d4ed7f9fa3adf7cd5d875cb96 /docs/releases | |
| parent | e2112edd9ac6a5f1877a62dd1c88d2d1726350de (diff) | |
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Prevented unlimited memory consumption when running background tasks
with DEBUG=True.
Thanks Rob, Alex, Baptiste, and others.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.8.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 1345e55a9a..3e241aff27 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -170,7 +170,8 @@ Management Commands Models ^^^^^^ -* ... +* Django now logs at most 9000 queries in ``connections.queries``, in order + to prevent excessive memory usage in long-running processes in debug mode. Signals ^^^^^^^ @@ -263,6 +264,8 @@ Now, an error will be raised to prevent data loss:: Miscellaneous ~~~~~~~~~~~~~ +* ``connections.queries`` is now a read-only attribute. + * ``URLField.to_python`` no longer adds a trailing slash to pathless URLs. * ``django.contrib.gis`` dropped support for GEOS 3.1 and GDAL 1.6. |
