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