summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2/schema.py
AgeCommit message (Expand)Author
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2014-12-04Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migrationsClaude Paroz
2014-02-09Fixed #21844: Move quote_parameter off of Operations and renameAndrew Godwin
2013-12-11Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin
2012-06-18Very start of schema alteration port. Create/delete model and some tests.Andrew Godwin