diff options
| author | Tim Graham <timograham@gmail.com> | 2016-12-31 07:41:35 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-17 20:52:00 -0500 |
| commit | 8377abd59e05a5a6351d4cff9c63c3f50922d0f2 (patch) | |
| tree | 83379c31421c56b82d16a56d258ff393d11ee692 /docs | |
| parent | 733c7c703030d2546b729dfa20edfa5217d1da20 (diff) | |
Refs #25120 -- Removed template.loaders.eggs.Loader per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/templates/api.txt | 13 | ||||
| -rw-r--r-- | docs/releases/2.0.txt | 2 |
2 files changed, 2 insertions, 13 deletions
diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 305945a856..c4ce1b84a5 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -910,19 +910,6 @@ loaders that come with Django: 'APP_DIRS': True, }] -``django.template.loaders.eggs.Loader`` - -.. class:: eggs.Loader - - .. deprecated:: 1.9 - - Distributing applications as eggs is not recommended. - - Just like ``app_directories`` above, but it loads templates from Python - eggs rather than from the filesystem. - - This loader is disabled by default. - ``django.template.loaders.cached.Loader`` .. class:: cached.Loader diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 42d6c5b540..61ca9f6df1 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -301,3 +301,5 @@ these features. is removed. * ``Field._get_val_from_obj()`` is removed. + +* ``django.template.loaders.eggs.Loader`` is removed. |
