index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql_psycopg2
/
creation.py
Age
Commit message (
Expand
)
Author
2015-08-07
Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...
Caio Ariede
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-01-18
Removed obsolete SQL generation methods.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-06-20
Fixed #22514 -- Prevented indexes on virtual fields [postgres].
Vlastimil Zíma
2014-03-09
Reorganized the database test settings
Shai Berger
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-28
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-03-11
Removed superfluous code now that connections use autocommit by default.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-01-07
Created special PostgreSQL text indexes when unique is True
Claude Paroz
2012-12-18
Fixed #19441 -- Created PostgreSQL varchar index when unique=True
Claude Paroz
2012-09-07
Add check constraint support - needed a few Field changes
Andrew Godwin
2011-11-19
Used symbolic constants for psycopg2 isolation levels.
Aymeric Augustin
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-07-06
Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...
Ramiro Morales
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-04-02
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2008-08-11
Removed some empty modules that are no longer required after [8296].
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2006-05-16
Added postgresql_psycopg2 backend, which is untested, just for a starting point
Adrian Holovaty