From 10f66c91cbb26d78a8cefc5be619f7ce288cf208 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 16 Jul 2021 00:00:22 -0400 Subject: [PATCH] Fixed typo in docs/internals/deprecation.txt. --- docs/internals/deprecation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.