1
0
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:
Mariusz Felisiak
2021-09-16 09:12:56 +02:00
parent 75d6c4ae6d
commit e2be307b3a
4 changed files with 5 additions and 55 deletions

View File

@@ -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.