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