django1/django/contrib/gis/db/backends/postgis
Tim Graham 39ebdf5a3c Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1. 2019-02-04 18:07:02 -05:00
..
__init__.py
adapter.py Simplified various __eq__() methods. 2017-09-28 09:18:37 -04:00
base.py Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
const.py Refs #29784 -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
features.py Sorted imports per isort 4.2.9. 2017-06-01 13:23:48 -04:00
introspection.py Refs #30123 -- Simplified introspection of geography columns on PostGIS. 2019-01-23 13:18:03 -05:00
models.py Followed style guide for model attribute ordering. 2018-12-27 19:34:14 -05:00
operations.py Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1. 2019-02-04 18:07:02 -05:00
pgraster.py Used bytes.hex() and bytes.fromhex() in postgis.pgraster to simplify. 2017-11-24 07:52:13 -05:00
schema.py Fixed #29547 -- Added support for partial indexes. 2018-10-29 19:34:54 -04:00