diff options
| author | Adam Chainz <me@adamj.eu> | 2016-11-30 00:01:12 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-29 19:01:12 -0500 |
| commit | 71609a5b903ace05a437eb3f89859e9d35a88203 (patch) | |
| tree | 44509d6dbc586b9d0d79e820254b55e3df449189 /docs | |
| parent | 05d2c5a66dd72c26e5221855e08834a66c844399 (diff) | |
Fixed #27555 -- Removed django.utils.functional.lazy_property.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 0c60b8488b..fc4a5cc3f5 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -627,6 +627,8 @@ Miscellaneous * The unused ``BaseCommand.can_import_settings`` attribute is removed. +* The undocumented ``django.utils.functional.lazy_property`` is removed. + .. _deprecated-features-1.11: Features deprecated in 1.11 |
