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
/
schema.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-06-22
Fixed #25002 -- Used PostgreSQL column type alteration USING clause.
Simon Charette
2015-06-02
Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in Po...
Tim Graham
2015-04-17
Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-12-04
Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrations
Claude Paroz
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2012-06-18
Very start of schema alteration port. Create/delete model and some tests.
Andrew Godwin