summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-81/+19
* Backed out [6165]. It breaks things for people using psycopg2 because it requ...Malcolm Tredinnick2007-09-141-1/+62
* Refs #4299 -- Removed some code duplication in the postgresql introspection m...Gary Wilson Jr2007-09-141-62/+1
* Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty2007-08-201-1/+3
* Refs #2591 -- Removed int conversion and try/except since the value in the si...Gary Wilson Jr2007-07-131-5/+2
* Fixed #2591 -- Fixed a problem with inspectdb with psycopg2 (only). Patch fromMalcolm Tredinnick2007-07-131-2/+2
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick2007-05-211-1/+2
* Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss2006-07-211-1/+0
* Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropp...Adrian Holovaty2006-06-011-10/+9
* Fixed #1904 -- Got postgresql_psycopg2 backend working. Thanks for the patch,...Adrian Holovaty2006-05-181-1/+85
* Added postgresql_psycopg2 backend, which is untested, just for a starting pointAdrian Holovaty2006-05-161-0/+1