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
2013-01-07
[1.5.x] Created special PostgreSQL text indexes when unique is True
Claude Paroz
2012-12-18
[1.5.x] Fixed #19441 -- Created PostgreSQL varchar index when unique=True
Claude Paroz
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