summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/creation.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.Tim Graham2019-01-171-1/+0
* Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...Caio Ariede2015-08-071-0/+1
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-13/+0
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-38/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham2014-12-311-36/+0
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+1
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+3
* Fixed #22514 -- Prevented indexes on virtual fields [postgres].Vlastimil Zíma2014-06-201-2/+2
* Reorganized the database test settingsShai Berger2014-03-091-3/+4
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Merge branch 'master' into schema-alterationAndrew Godwin2013-07-221-19/+19
|\
| * A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-19/+19
* | Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin2013-06-281-2/+0
|\ \ | |/
| * Removed several unused imports.Aymeric Augustin2013-06-191-2/+0
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-04-181-13/+5
|\ \ | |/
| * Removed superfluous code now that connections use autocommit by default.Aymeric Augustin2013-03-111-8/+0
| * Added an API to control database-level autocommit.Aymeric Augustin2013-03-111-3/+0
| * Add a BinaryField model fieldClaude Paroz2013-03-021-0/+1
| * Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen2013-02-271-0/+2
| * Created special PostgreSQL text indexes when unique is TrueClaude Paroz2013-01-071-1/+1
| * Fixed #19441 -- Created PostgreSQL varchar index when unique=TrueClaude Paroz2012-12-181-4/+4
* | Add check constraint support - needed a few Field changesAndrew Godwin2012-09-071-2/+7
|/
* Used symbolic constants for psycopg2 isolation levels.Aymeric Augustin2011-11-191-1/+4
* Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin2011-10-141-5/+3
* Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...Ramiro Morales2011-07-061-0/+8
* Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel2011-06-111-0/+1
* Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee2011-04-021-0/+77
* Removed some empty modules that are no longer required after [8296].Russell Keith-Magee2008-08-111-0/+0
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-1/+0
* Added postgresql_psycopg2 backend, which is untested, just for a starting pointAdrian Holovaty2006-05-161-0/+1