summaryrefslogtreecommitdiff
path: root/tests/schema/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-4/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-4/+3
* Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz2018-05-071-7/+5
* Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...Claude Paroz2018-03-171-2/+2
* Moved SchemaLoggingTest to tests/schema.Tim Graham2018-03-141-0/+20