mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #31395 -- Removed support for assigning objects which don't support deepcopy() in setUpTestData().
Per deprecation timeline.
This commit is contained in:
@@ -246,4 +246,6 @@ in Django 4.1.
|
||||
See :ref:`deprecated-features-3.2` for details on these changes, including how
|
||||
to remove usage of these features.
|
||||
|
||||
* ...
|
||||
* Support for assigning objects which don't support creating deep copies with
|
||||
``copy.deepcopy()`` to class attributes in ``TestCase.setUpTestData()`` is
|
||||
removed.
|
||||
|
||||
Reference in New Issue
Block a user