diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 2 | ||||
| -rw-r--r-- | docs/releases/4.0.1.txt | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 84de1094fc..ed8dc2d893 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -766,6 +766,8 @@ Other Properties & Methods >>> if poly_1.area > poly_2.area: >>> pass +.. _geos-geometry-collections: + Geometry Collections ==================== diff --git a/docs/releases/4.0.1.txt b/docs/releases/4.0.1.txt index 5fea7aa8df..8caf9d56b1 100644 --- a/docs/releases/4.0.1.txt +++ b/docs/releases/4.0.1.txt @@ -23,3 +23,8 @@ Bugfixes * Fixed a regression in Django 4.0 that caused creating bogus migrations for models that reference swappable models such as ``auth.User`` (:ticket:`33366`). + +* Fixed a long standing bug in :ref:`geos-geometry-collections` and + :class:`~django.contrib.gis.geos.Polygon` that caused a crash on some + platforms (reported on macOS based on the ``ARM64`` architecture) + (:ticket:`32600`). |
