1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.6.x] Fixed #21662 -- Kept parent reference in prepared geometry

Thanks Robert Scott for the report.
Backport of 542198c1d0 from master.
This commit is contained in:
Claude Paroz
2013-12-24 15:19:25 +01:00
parent 847d2ab5b3
commit b536ad09ca
3 changed files with 12 additions and 2 deletions

View File

@@ -9,4 +9,5 @@ This is Django 1.6.2, a bugfix release for Django 1.6.
Bug fixes
=========
...
* Prevented the base geometry object of a prepared geometry to be garbage
collected, which could lead to crash Django (#21662).