django1/django/contrib/gis/db/backends/postgis
Sergey Fedoseev 1a85b07bdd Fixed #28518 -- Improved performance of loading geometries from DB. 2017-08-24 14:08:35 -04:00
..
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
adapter.py Removed SRID use in PostGISAdapter.__eq__() and __hash__(). 2017-07-19 10:04:15 -04:00
base.py Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
const.py Fixed #23804 -- Added RasterField for PostGIS. 2015-06-19 14:36:43 -04:00
features.py Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
introspection.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
models.py Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. 2017-02-04 16:39:28 -05:00
operations.py Fixed #28518 -- Improved performance of loading geometries from DB. 2017-08-24 14:08:35 -04:00
pgraster.py Refs #25588 -- Removed obsolete bits of RasterField support. 2017-07-20 10:09:36 -04:00
schema.py Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor 2017-08-08 17:37:43 +02:00