summaryrefslogtreecommitdiff
path: root/tests/schema/test_logging.py
AgeCommit message (Collapse)Author
2018-05-07Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz
Thanks Tim Graham for the review.
2018-03-17Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's ↵Claude Paroz
SchemaEditor.quote_value().
2018-03-14Moved SchemaLoggingTest to tests/schema.Tim Graham