summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-15/+24
* Refs #30123 -- Simplified introspection of geography columns on PostGIS.Nick Pope2019-01-231-38/+13
* Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...Nick Pope2019-01-231-3/+3
* Simplified DatabaseIntrospection.get_geometry_type() for PostGIS.Nick Pope2019-01-221-25/+10
* Refs #27098 -- Removed unused introspection queries.Markus Holtermann2018-05-261-20/+0
* Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne2017-11-281-10/+2
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-2/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...Akshesh2016-08-301-4/+2
* Refs #27030 -- Added index type introspection on PostgreSQL.Akshesh2016-08-121-4/+6
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-2/+1
* Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann2015-06-191-0/+20
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+2
* Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham2014-08-011-9/+9
* Fixed a flake8 warningAlex Gaynor2014-06-291-1/+1
* Fixed #16184 -- Fixed multiple PostGIS types introspectionClaude Paroz2014-06-281-11/+13
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+2
* Fixed all the E203 violationsAlex Gaynor2013-10-261-2/+2
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-1/+2
* Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill2013-10-141-1/+1
* Fixed #20829 -- Skip postgis metadata tables with introspectionHarm Geerts2013-08-161-0/+8
* Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn2010-01-181-0/+95