index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
Age
Commit message (
Expand
)
Author
2017-08-29
Simplified contrib.gis.geos.prototypes by replacing c_char with c_byte.
Sergey Fedoseev
2017-08-24
Fixed #28518 -- Improved performance of loading geometries from DB.
Sergey Fedoseev
2017-08-24
Fixed #28380 -- Excluded null geometries in SpatiaLite geometry lookups.
Fabian Schindler
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-08-23
Used frozenset instead of dict for GeoIP2.cache_options for simplicity.
Sergey Fedoseev
2017-08-15
Fixed #28495 -- Converted GDAL Feature.fields to strings
Claude Paroz
2017-08-08
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
Claude Paroz
2017-08-02
Fixed #28441 -- Fixed GEOS version parsing with a commit hash at the end.
Tim Graham
2017-07-27
Fixed #28437 -- Added support for complex geometry expressions in GIS lookups.
Sergey Fedoseev
2017-07-26
Removed unused SpatialOperations.from_wkb.
Tim Graham
2017-07-26
Fixed #28433 -- Made GEOSGeometry.__eq__() work correctly with non-canonical ...
Sergey Fedoseev
2017-07-26
Fixed #28436 -- Added support for distance lookups on MySQL.
Sergey Fedoseev
2017-07-25
Fixed #28432 -- Allowed geometry expressions to be used with distance lookups.
Sergey Fedoseev
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-07-20
Added BaseSpatialField.get_db_prep_value() to simplify.
Sergey Fedoseev
2017-07-20
Fixed #28377 -- Made combining form Media retain relative asset order.
Johannes Hoppe
2017-07-20
Refs #25588 -- Removed obsolete bits of RasterField support.
Tim Graham
2017-07-20
Simplified handling of GIS lookup params.
Sergey Fedoseev
2017-07-20
Removed unneeded check in GeometryField.from_db_value().
Sergey Fedoseev
2017-07-19
Fixed typo in DistanceLookupBase.process_rhs() error message.
Sergey Fedoseev
2017-07-19
Removed SRID use in PostGISAdapter.__eq__() and __hash__().
Sergey Fedoseev
2017-07-15
Simplified GIS Funcs by using GeoFuncMixin.geo_field.
Sergey Fedoseev
2017-07-13
Simplified GEOSCoordSeq._checkindex().
Sergey Fedoseev
2017-07-13
Removed unneeded index check in LineString._set_single() as index is already ...
Sergey Fedoseev
2017-07-13
Removed unused ListMixin._checkindex() correct kwarg.
Sergey Fedoseev
2017-07-12
Removed GeometryField.get_distance(); a GeoQuerySet leftover.
Tim Graham
2017-07-12
Refs #28020 -- Removed obsolete GeometryCollection.json.
Sergey Fedoseev
2017-07-12
Made LineString.__iter__() return iter() from internal GEOSCoordSeq both for ...
Sergey Fedoseev
2017-07-11
Fixed #28383 -- Made NumPoints GIS function return None for non-LINESTRING ge...
Sergey Fedoseev
2017-06-29
Removed unused prototypes for deprecated GEOS functions.
Sergey Fedoseev
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-26
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...
Sergey Fedoseev
2017-06-16
Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem.
Daniel Wiesmann
2017-06-13
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
chillaranand
2017-06-10
Refs #23919 -- Replaced stray super(ClassName, self) with super().
Tom
2017-06-08
Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization.
Daniel Wiesmann
2017-06-07
Fixed #28257 -- Confirmed support for GDAL 2.2
Claude Paroz
2017-06-07
Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.
Daniel Wiesmann
2017-06-03
Removed unused django.contrib.gis.shortcuts.render_to_text()
Tim Graham
2017-06-01
Sorted imports per isort 4.2.9.
Tim Graham
2017-05-31
Updated translations from Transifex
Claude Paroz
2017-05-30
Refs #28181 -- Corrected detection of GDAL 2.1 on Windows.
Tim Graham
2017-05-30
Refs #23804 -- Improved value validation in GDALRaster.geotransform setter.
Adam Johnson
2017-05-22
Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.
R3turnz
2017-05-14
Fixed #28195 -- Added OSMWidget.default_zoom attribute.
Danilo Bargen
2017-05-08
Fixed #28178 -- Changed contrib.gis to raise ImproperlyConfigured if gdal isn...
Tim Graham
2017-05-08
Fixed #28181 -- Added detection for GDAL 2.1 and 2.0.
Tim Graham
2017-05-04
Removed obsolete HAS_GEOS variable for test skipping.
Tim Graham
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2017-04-30
Fixed #28105 -- Fixed crash in BaseGeometryWidget.get_context() when overridi...
Dylan Verheul
[prev]
[next]