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
Age
Commit message (
Expand
)
Author
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-08-27
Fixed #36577 -- Removed obsolete try-except for GIS layermapping imports.
Adam Johnson
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-07-23
Refs #36500 -- Shortened some long docstrings and comments.
Mike Edmunds
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-25
Refs #35058 -- Added support for measured geometries to GDAL Point.
David Smith
2024-01-18
Refs #35058 -- Added is_3d and set_3d() to OGRGeometry.
David Smith
2023-02-17
Fixed #34347 -- Added __all__ to django.contrib.gis.utils.
syre
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-09-24
Fixed #33124 -- Avoided accessing the database connections when not necessary.
Keryn Knight
2020-11-28
Refs #32230 -- Made LayerMapping support pathlib.Path.
Mariusz Felisiak
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-02-23
Added PositiveIntegerField support to LayerMapping.
Gabriele Giaccari
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-09
Removed uneeded generator expressions and list comprehensions.
Sergey Fedoseev
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-01-31
Fixed #30020 -- Fixed reading nulls with LayerMapping.
Kathryn Killebrew
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-07-27
Fixed #28659 -- Fixed LayerMapping crash with null geometry and unique.
Melvyn Sopacua
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-09-20
Fixed #28617 -- Made ogrinspect output pep8 compliant.
Thomas Schorr
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-02-04
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
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
2016-08-09
Unified SpatiaLite spelling
Claude Paroz
2016-04-16
Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.
krishbharadwaj
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
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-11-17
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
2015-08-10
Removed deprecated GeoManager from inspectdb/ogrinspect output.
Tim Graham
[next]