mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #28478 -- Removed support for TestCase's allow_database_queries and multi_db per deprecation timeline.
This commit is contained in:
@@ -240,3 +240,6 @@ to remove usage of these features.
|
||||
* The ``FILE_CHARSET`` setting is removed.
|
||||
|
||||
* ``django.contrib.staticfiles.storage.CachedStaticFilesStorage`` is removed.
|
||||
|
||||
* Support for ``SimpleTestCase.allow_database_queries`` and
|
||||
``TransactionTestCase.multi_db`` is removed.
|
||||
|
||||
Reference in New Issue
Block a user