summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/introspection.py
Commit message (Collapse)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 ↵Nick Pope2019-01-231-3/+3
| | | | DatabaseIntrospection.get_geometry_type() to the row description.
* 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
| | | | | Unused since 578711c31052625cc87319cf1c46662c14d75ce9. Thanks Ian Foote for finding this.
* 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 ↵Akshesh2016-08-301-4/+2
| | | | get_constraints().
* 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
| | | | Thanks to Tim Graham and Claude Paroz for the reviews and patches.
* 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
| | | | Thanks Claude Paroz for the review.
* Fixed a flake8 warningAlex Gaynor2014-06-291-1/+1
|
* Fixed #16184 -- Fixed multiple PostGIS types introspectionClaude Paroz2014-06-281-11/+13
| | | | | | | Thanks radim.blazek@gmail.com for the report and initial patch. Testing is tricky, as the failure condition is a bit of an edge case. inspectapp.InspectDbTests should at least guarantee non regression.
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
| | | | Thanks Piotr Kasprzyk for help with the patch.
* 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 ↵Justin Bronn2010-01-181-0/+95
Django's, and works with all spatial backends (Oracle and SpatiaLite did work before). This changeset introduces new introspection modules for all of the spatial backends and adds hooks to the original `inspectdb.Command` class to enable reuse. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12257 bcc190cf-cafb-0310-a4f2-bffc1f526a37