django1/django/contrib/gis/db/backends/postgis
Hasan Ramezani 7e15795bf0 Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags.
Thanks Ivor Bosloper for the original patch.
2020-03-05 09:44:44 +01: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 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 Fixed #30489 -- Fixed RasterField deserialization with pixeltype flags. 2020-03-05 09:44:44 +01:00
schema.py Fixed #30846 -- Made PostGIS backend respect Index's name argument. 2020-02-10 13:25:32 +01:00