mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Renamed AppCache to Apps.
Also renamed app_cache to apps and "app cache" to "app registry". Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
This commit is contained in:
parent
e9e522a8e7
commit
1716b7ce5a
92 changed files with 491 additions and 487 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue