1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/django
Claude Paroz d72f8862cb Fixed #25072 -- Prevented GDALRaster memory to be uncollectable
Setting GDALRaster.bands as a cached property was creating a circular
reference with objects having __del__ methods, which means the memory
could never be freed.
Thanks Daniel Wiesmann for the report and test, and Tim Graham for the review.
2015-07-10 19:56:17 +02:00
..
apps Refs #23621 -- Fixed warning message when reloading models. 2015-06-30 15:00:10 -04:00
bin
conf Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
contrib Fixed #25072 -- Prevented GDALRaster memory to be uncollectable 2015-07-10 19:56:17 +02:00
core Fixed catastrophic backtracking in URLValidator. 2015-07-08 15:23:03 -04:00
db Fixed #25081 -- Prevented DISTINCT ON ordering from being cleared in get(). 2015-07-09 16:00:52 -04:00
dispatch Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
forms Fixed #4960 -- Added "strip" option to CharField 2015-07-01 17:47:05 -04:00
http Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
middleware Fixed #25017 -- Allowed customizing the DISALLOWED_USER_AGENTS response 2015-06-27 08:46:23 -04:00
template Removed some u string prefixes in code comments. 2015-07-06 09:17:28 -04:00
templatetags Fixed #21695 -- Added asvar option to blocktrans. 2015-07-01 10:03:00 -04:00
test Fixed #20916 -- Added Client.force_login() to bypass authentication. 2015-07-01 13:01:08 -04:00
utils Fixed #25093 -- Added utils.datastructures.OrderedSet.__len__() 2015-07-09 21:20:52 -04:00
views Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
__init__.py
shortcuts.py Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00