mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Prevented unlimited memory consumption when running background tasks with DEBUG=True. Thanks Rob, Alex, Baptiste, and others.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user