summaryrefslogtreecommitdiff
path: root/tests/schema/test_logging.py
AgeCommit message (Expand)Author
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