diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index fce022cff97..69a21109f3f 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -46,7 +46,7 @@ details on these changes. * The ``default_app_config`` module variable will be removed. -* ``TransactionTestCase.assertQuerysetEqual()` will no longer automatically +* ``TransactionTestCase.assertQuerysetEqual()`` will no longer automatically call ``repr()`` on a queryset when compared to string values. * ``django.core.cache.backends.memcached.MemcachedCache`` will be removed.