diff options
| author | Justin Bronn <jbronn@gmail.com> | 2010-11-04 01:29:37 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2010-11-04 01:29:37 +0000 |
| commit | cabc21ca60758626ef8a5a8ff8c7f551a7e53db7 (patch) | |
| tree | 822152946512d1c2da54b8cca69f66927cc89294 /docs | |
| parent | 877033b479ed4252ed4d40714a70fcb4a85c641f (diff) | |
Fixed #14318 -- Added `GEOSGeometry.valid_reason` property. Thanks, Rob Coup.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14447 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 06a88a88ec..088ea6cdbe 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -219,6 +219,12 @@ definition. Returns a boolean indicating whether the geometry is valid. +.. attribute:: GEOSGeometry.valid_reason + +.. versionadded:: 1.3 + +Returns a string describing the reason why a geometry is invalid. + .. attribute:: GEOSGeometry.srid Property that may be used to retrieve or set the SRID associated with the |
