summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/operations.py
AgeCommit message (Expand)Author
2007-08-25Fixed #5055 -- Changed Postgres DatabaseOperations.sql_flush() to use 'SELECT...Adrian Holovaty
2007-08-20Moved postgresql backend DatabaseOperations class into a new module, postgres...Adrian Holovaty