summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index ef2561a05d..29a68ff0c1 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -222,9 +222,7 @@ these changes.
* ``django.core.cache.get_cache`` will be removed. Add suitable entries
to :setting:`CACHES` and use :data:`django.core.cache.caches` instead.
-* ``django.db.models.loading`` will be removed. Use the new application
- loading APIs instead. Several undocumented methods of the ``AppCache`` class
- will also be removed.
+* ``django.db.models.loading`` will be removed.
* Passing callable arguments to querysets will no longer be possible.