mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #31235 -- Made assertQuerysetEqual() not call repr() on a queryset when compared to string values.
Per deprecation timeline.
This commit is contained in:
@@ -257,3 +257,6 @@ to remove usage of these features.
|
||||
``django.core.validators.EmailValidator`` are removed.
|
||||
|
||||
* The ``default_app_config`` application configuration variable is removed.
|
||||
|
||||
* ``TransactionTestCase.assertQuerysetEqual()`` no longer calls ``repr()`` on a
|
||||
queryset when compared to string values.
|
||||
|
||||
Reference in New Issue
Block a user