mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Deprecated get_app_package, get_app_path and get_app_paths.
This commit is contained in:
parent
da36d03fe6
commit
259cd3cd41
6 changed files with 52 additions and 40 deletions
|
@ -223,7 +223,8 @@ these changes.
|
|||
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.
|
||||
loading APIs instead. Several undocumented methods of the ``AppCache`` class
|
||||
will also be removed.
|
||||
|
||||
2.0
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue