1
0
mirror of https://github.com/django/django.git synced 2025-03-26 01:00:46 +00:00

Fixed typo in docs/internals/deprecation.txt.

This commit is contained in:
Jacob Walls 2021-07-16 00:00:22 -04:00 committed by GitHub
parent a56531ab1b
commit 10f66c91cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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