v0.16.7
- Added preliminary support for Python 3.9
TruncationTestCase
now properly quotes table names when it clears them out.- Add model signals support
- Added
app_label
totest initializer(...)
andTORTOISE_TEST_APP
as test environment variable.
TruncationTestCase
now properly quotes table names when it clears them out.app_label
to test initializer(...)
and TORTOISE_TEST_APP
as test environment variable.