summaryrefslogtreecommitdiff
path: root/django/contrib/gis
AgeCommit message (Expand)Author
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2018-01-27Fixed #29054 -- Fixed a regression where a queryset that annotates with geome...Mariusz Felisiak
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов
2018-01-06Fixed #28842 -- Added SpatiaLite support for ForcePolygonCW function.Sergey Fedoseev
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2018-01-02Removed DeferredAttribute.__init__()'s unused model argument.Mariusz Felisiak
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-27Fixed #28841 -- Added ForcePolygonCW GIS function and deprecated ForceRHR.Sergey Fedoseev
2017-12-12Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None.Sergey Fedoseev
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-12-07Refs #23919 -- Replaced super() calls for old-style classes.Nick Pope
2017-12-04Fixed #28860 -- Removed unnecessary len() calls.Дилян Палаузов
2017-12-01Fixed #28849 -- Fixed referenced table and column rename on SQLite.Simon Charette
2017-12-01Updated contrib translations from TransifexClaude Paroz
2017-11-28Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne
2017-11-24Used bytes.hex() and bytes.fromhex() in postgis.pgraster to simplify.Sergey Fedoseev
2017-11-23Used bytes.hex() and bytes.fromhex() to simplify.Sergey Fedoseev
2017-11-14Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().Дилян Палаузов
2017-11-07Refs #28518 -- Improved performance of assigning values to GeometryFields.Sergey Fedoseev
2017-11-07Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.Дилян Палаузов
2017-11-04Simplified GeometryField.select_format().Sergey Fedoseev
2017-10-25Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...Ryan Verner
2017-10-06Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette
2017-09-30Fixed #28654 -- Dropped support for SpatiaLite 4.0.Tim Graham
2017-09-28Simplified various __eq__() methods.Mads Jensen
2017-09-25Fixed #28552 -- Dropped support for MySQL 5.5.Tim Graham
2017-09-21Fixed #28576 -- Added color interpretation method to GDALBand.Niall Dalton
2017-09-20Fixed #28617 -- Made ogrinspect output pep8 compliant.Thomas Schorr
2017-09-12Refs #28569 -- Fixed gis_tests.inspectapp.tests.OGRInspectTest.test_time_field.Sergey Fedoseev
2017-09-12Moved contrib.gis.geometry.regex to contrib.gis.geometry.Tim Graham
2017-09-12Removed django.contrib.gis.geometry.backend.Tim Graham
2017-09-12Used sqlite3.Connection.load_extension() instead of query execution for Spati...Sergey Fedoseev
2017-09-11Fixed #28570 -- Dropped support for GEOS 3.3.x.Sergey Fedoseev
2017-09-11Fixed #28492 -- Defined default output_field of expressions at the class level.Simon Charette
2017-09-11Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than...Sergey Fedoseev
2017-09-11Fixed #28392 -- Fixed GIS's WKT regex to match large scientific notation numb...Sergey Fedoseev
2017-09-09Fixed #25961 -- Removed handling of non-thread safe GEOS functions.Sergey Fedoseev
2017-09-08Fixed deepcopy of AreaField and DistanceField.Sergey Fedoseev
2017-09-08Simplified GEOSFuncFactory.Sergey Fedoseev
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-09-07Removed unneeded __init__() methods.Sergey Fedoseev
2017-09-06Replaced @cached_property with class attributes where possible.Sergey Fedoseev
2017-09-06Replaced get_pointer_arr() with usage of GEOM_PTR for simplicity.Sergey Fedoseev
2017-09-05Refs #28518 -- Improved performance of loading geometries from DB.Sergey Fedoseev
2017-09-04Improved messages in IndexErrors raised by GDAL objects.Nick Pope
2017-09-04Fixed #28569 -- Corrected get_layer_by_name prototype to skip error checking.Nick Pope
2017-09-03Fixed #28558 -- Simplified code to remove OGRIndexError.Nick Pope
2017-09-02Simplified index bounds checking in GDAL objects.Nick Pope
2017-09-02Fixed #28559 -- Removed contrib.gis.gdal.OGRException backwards compatibility...Nick Pope