django1/django/contrib/gis/db/backends/postgis
François Freitag 9ef4a18dbe Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-04-28 10:49:00 +02:00
..
__init__.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
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 Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags. 2020-03-05 09:44:44 +01: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 Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
pgraster.py Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. 2020-04-28 10:49:00 +02:00
schema.py Fixed #30846 -- Made PostGIS backend respect Index's name argument. 2020-02-10 13:25:32 +01:00