summaryrefslogtreecommitdiff
path: root/django/contrib/gis/utils/__init__.py
AgeCommit message (Expand)Author
2025-08-27Fixed #36577 -- Removed obsolete try-except for GIS layermapping imports.Adam Johnson
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-02-17Fixed #34347 -- Added __all__ to django.contrib.gis.utils.syre
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2017-01-17Refs #26509 -- Removed contrib.gis.utils.precision_wkt() per deprecation time...Tim Graham
2017-01-16Moved unneeded ImproperlyConfigured inner imports.Tim Graham
2015-12-12Fixed #25926 -- Removed gis.utils.ogrinfo.sample backwards compatibility alias.Sergey Fedoseev
2015-12-12Fixed #25924 -- Removed gis.utils.srs.add_postgis_srs() backwards-compatibili...Sergey Fedoseev
2015-06-27Sorted imports in __init__.py files.Tim Graham
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2012-12-29Removed legacy shortcut for importing GeoIP.Aymeric Augustin
2011-09-10Fixed #16553 -- Refactored the `GeoIP` module, moving it `django.contrib.gis....Justin Bronn
2010-01-14Fixed #12591 -- Renamed `add_postgis_srs` to `add_srs_entry` (keeping backwar...Justin Bronn
2009-11-16Fixed #11433 -- 3D geometry fields are now supported with PostGIS; EWKB is no...Justin Bronn
2008-08-05Merged the gis branch into trunk.Justin Bronn