diff options
| author | Anthony Joseph <ajosephau@users.noreply.github.com> | 2024-11-06 18:52:48 +1100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-11-14 11:39:49 +0100 |
| commit | a2bc2925b1edbab3d68689d19dd0d09f41638a4d (patch) | |
| tree | 90196b9e7d0cb652868aba379e0b12ef9ac5c622 /docs/ref | |
| parent | 0c2c33bc87beb26afd988c19a08e669c92bc41c6 (diff) | |
[5.1.x] Removed misleading list of tested OS in GEOS API docs.
Backport of 512a2bad0574a3748cb2f141a761a286a67f0ae9 from main.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 173e51979c..0900bebed8 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -34,8 +34,7 @@ features include: may be used outside of a Django project/application. In other words, no need to have :envvar:`DJANGO_SETTINGS_MODULE` set or use a database, etc. * Mutability: :class:`GEOSGeometry` objects may be modified. -* Cross-platform and tested; compatible with Windows, Linux, Solaris, and - macOS platforms. +* Cross-platform tested. .. _geos-tutorial: |
