summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-01-31Updated translations from Transifex.Claude Paroz
2020-01-22Removed unused **kwargs from GEOSFuncFactory.__call__().Sergey Fedoseev
2020-01-22Removed unused *args and **kwargs from GEOSFuncFactory.__init__().Sergey Fedoseev
2020-01-22Removed unneeded int() call in GEOSCoordSeq.__len__().Sergey Fedoseev
2020-01-21Removed unused GEOSFuncFactory subclasses.Sergey Fedoseev
2020-01-21Fixed #30274 -- Prevented segmentation fault on LineString iteration.Sergey Fedoseev
2020-01-20Fixed #31142 -- Fixed MakeValid.output_field when geometry type is changed.Sergey Fedoseev
2020-01-16Fixed #31162 -- Prevented error logs when using WKT strings in lookups.Mariusz Felisiak
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2019-12-02Updated contrib translations from Transifex.Carlton Gibson
2019-11-28Fixed #31028 -- Used classList API to check, add and remove DOM classes.Jon Dufresne
2019-11-25Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation.Simon Charette
2019-11-22Fixed #30996 -- Added AsWKB and AsWKT GIS functions.Sergey Fedoseev
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2019-11-18Fixed #30994 -- Added Oracle support for AsGeoJSON GIS function.Sergey Fedoseev
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2019-10-25Fixed #29770 -- Added LinearRing.is_counterclockwise property.Sergey Fedoseev
2019-10-21Updated link to GEOS C API header.Sergey Fedoseev
2019-10-18Fixed #30890 -- Added MariaDB support for the relate lookup.Mariusz Felisiak
2019-09-11Used Statement in PostGISSchemaEditor._create_index_sql().Mads Jensen
2019-09-08Updated translation catalogsClaude Paroz
2019-08-23Fixed #29955 -- Added support for distance expression to the dwithin lookup.Simon Charette
2019-08-22Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.Nasir Hussain
2019-08-16Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.Adam Johnson
2019-08-13Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...Claude Paroz
2019-08-13Refs #25367 -- Moved select_format hook to BaseExpression.Simon Charette
2019-08-07Corrected several typos in string literals and test names.Min ho Kim
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-07-27Fixed #30552 -- Fixed loss of SRID when calling reverse() on LineString/Point.Claude Paroz
2019-07-25Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...Jon Dufresne
2019-07-19Fixed typos in comments and a test name.Min ho Kim
2019-06-29Updated translations from TransifexClaude Paroz
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-21Bumped minimum ESLint version to 4.18.2.Markus Holtermann
2019-06-12Added missing support for PointOnSurface function on MariaDB.Mariusz Felisiak
2019-05-07Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict.Chris Adkins
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-04-19Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly
2019-04-01Updated contrib translations from Transifex.Claude Paroz
2019-03-20Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo
2019-02-23Added PositiveIntegerField support to LayerMapping.Gabriele Giaccari
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-02-12Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz
2019-02-09Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev
2019-02-09Dropped support for GEOS 3.4.Tim Graham
2019-02-09Confirmed support for GDAL 2.4.Tim Graham
2019-02-08Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham
2019-02-06Refs #27753 -- Favored force/smart_str() over force/smart_text().Aymeric Augustin