diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2021-07-16 00:00:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 06:00:22 +0200 |
| commit | 10f66c91cbb26d78a8cefc5be619f7ce288cf208 (patch) | |
| tree | bc677a485d54eba20b9de00e00395bb0af38fc3a | |
| parent | a56531ab1b772ee4ae94dd805f168761887354c6 (diff) | |
Fixed typo in docs/internals/deprecation.txt.
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index fce022cff9..69a21109f3 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. |
