| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 10 days | Fixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry collections. | Jacob Walls | |
| Since deeply nested geometry collections can lead to fatal errors in GEOS, a new `max_geom_collections` argument on geometry model and form fields, passed down to `GEOSGeometry` itself, allows limiting either depth (WKT) or total number (WKB) before reaching GEOS. Thanks Andrew MacPherson and kimchunbok_ for the reports, and Natalia Bidart, Simon Charette, and Sarah Boyce for reviews. | |||
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2020-02-04 | Simplified imports from django.db and django.contrib.gis.db. | Nick Pope | |
| 2018-12-21 | Fixed #29792 -- Made GeometryField.deconstruct() handle 'extent' and ↵ | jtiai | |
| 'tolerance' args. | |||
| 2018-12-21 | Added tests for GeometryField.deconstruct(). | jtiai | |
| 2017-09-11 | Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more ↵ | Sergey Fedoseev | |
| than once. Reverted test for refs #27603 in favor of using FuncTestMixin. | |||
| 2017-09-08 | Fixed deepcopy of AreaField and DistanceField. | Sergey Fedoseev | |
