summaryrefslogtreecommitdiff
path: root/tests/schema/test_logging.py
AgeCommit message (Expand)Author
2022-12-15Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-05-07Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz
2018-03-17Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...Claude Paroz
2018-03-14Moved SchemaLoggingTest to tests/schema.Tim Graham