summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/introspection.py
Commit message (Expand)AuthorAgeFilesLines
* Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty2007-08-201-1/+3
* 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
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+85