| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-17 | Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline. | Tim Graham | |
| 2015-08-07 | Refs #25175 -- Added backwards compatibility for importing ↵ | Caio Ariede | |
| postgresql_psycopg2 backend. | |||
| 2015-08-07 | Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. | Caio Ariede | |
| 2015-06-30 | Fixed #23658 -- Provided the password to PostgreSQL dbshell command | Jean-Michel Vourgère | |
| The password from settings.py is written in a temporary .pgpass file file whose name is given to psql using the PGPASSFILE environment variable. | |||
| 2015-01-14 | Fixed #22603 -- Reorganized classes in django.db.backends. | Tim Graham | |
| 2014-08-04 | Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell. | Mihail Milushev | |
| This fixes escaping of special characters on Windows. | |||
| 2013-07-08 | A large number of stylistic cleanups across django/db/ | Alex Gaynor | |
| 2011-04-02 | Deprecated the psycopg-based postgresql database backend. | Russell Keith-Magee | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@15980 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-11 | Removed some empty modules that are no longer required after [8296]. | Russell Keith-Magee | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@8301 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2008-08-11 | Fixed #5461 -- Refactored the database backend code to use classes for the ↵ | Russell Keith-Magee | |
| creation and introspection modules. Introduces a new validation module for DB-specific validation. This is a backwards incompatible change; see the wiki for details. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8296 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2006-05-16 | Added postgresql_psycopg2 backend, which is untested, just for a starting point | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@2928 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
