Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Refactored code to strictly match 88 characters line length. | Mariusz Felisiak | 2022-02-07 | 1 | -1/+3 |
| | |||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -15/+24 |
| | |||||
* | Refs #30123 -- Simplified introspection of geography columns on PostGIS. | Nick Pope | 2019-01-23 | 1 | -38/+13 |
| | |||||
* | Refs #30123 -- Changed second arg of ↵ | Nick Pope | 2019-01-23 | 1 | -3/+3 |
| | | | | DatabaseIntrospection.get_geometry_type() to the row description. | ||||
* | Simplified DatabaseIntrospection.get_geometry_type() for PostGIS. | Nick Pope | 2019-01-22 | 1 | -25/+10 |
| | |||||
* | Refs #27098 -- Removed unused introspection queries. | Markus Holtermann | 2018-05-26 | 1 | -20/+0 |
| | | | | | Unused since 578711c31052625cc87319cf1c46662c14d75ce9. Thanks Ian Foote for finding this. | ||||
* | Fixed #28853 -- Updated connection.cursor() uses to use a context manager. | Jon Dufresne | 2017-11-28 | 1 | -10/+2 |
| | |||||
* | Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257. | Anton Samarchyan | 2017-02-04 | 1 | -2/+2 |
| | |||||
* | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Refs #27097, #27098 -- Moved PostgreSQL index type introspection to ↵ | Akshesh | 2016-08-30 | 1 | -4/+2 |
| | | | | get_constraints(). | ||||
* | Refs #27030 -- Added index type introspection on PostgreSQL. | Akshesh | 2016-08-12 | 1 | -4/+6 |
| | |||||
* | Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. | Caio Ariede | 2015-08-07 | 1 | -2/+1 |
| | |||||
* | Fixed #23804 -- Added RasterField for PostGIS. | Daniel Wiesmann | 2015-06-19 | 1 | -0/+20 |
| | | | | Thanks to Tim Graham and Claude Paroz for the reviews and patches. | ||||
* | Sorted imports with isort; refs #23860. | Tim Graham | 2015-02-06 | 1 | -1/+2 |
| | |||||
* | Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4. | Tim Graham | 2014-08-01 | 1 | -9/+9 |
| | | | | Thanks Claude Paroz for the review. | ||||
* | Fixed a flake8 warning | Alex Gaynor | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | Fixed #16184 -- Fixed multiple PostGIS types introspection | Claude Paroz | 2014-06-28 | 1 | -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 Carvalho | 2014-03-03 | 1 | -1/+1 |
| | | | | Thanks Piotr Kasprzyk for help with the patch. | ||||
* | Continue to attack E302 violations | Alex Gaynor | 2013-11-02 | 1 | -0/+2 |
| | |||||
* | Fixed all the E203 violations | Alex Gaynor | 2013-10-26 | 1 | -2/+2 |
| | |||||
* | Fixed #21270 -- Fixed E701 pep8 warnings | Alasdair Nicol | 2013-10-17 | 1 | -1/+2 |
| | |||||
* | Fixed #21266 -- Fixed E201,E202 pep8 warnings. | Larry O'Neill | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | Fixed #20829 -- Skip postgis metadata tables with introspection | Harm Geerts | 2013-08-16 | 1 | -0/+8 |
| | |||||
* | Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of ↵ | Justin Bronn | 2010-01-18 | 1 | -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 |