diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-13 19:28:42 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-12-17 10:17:45 +0100 |
| commit | 259cd3cd41a80a4725d669fa73498dbfe55a6fdf (patch) | |
| tree | 7ef95373e716897398c99adbdbae4070dd31bf8d /docs/internals | |
| parent | da36d03fe69c35e2f289590c8c44c4c0d1281f24 (diff) | |
Deprecated get_app_package, get_app_path and get_app_paths.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index d548f275fe..c3b0cda95b 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 --- |
