1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #27555 -- Removed django.utils.functional.lazy_property.

This commit is contained in:
Adam Chainz
2016-11-30 00:01:12 +00:00
committed by Tim Graham
parent 05d2c5a66d
commit 71609a5b90
3 changed files with 3 additions and 41 deletions

View File

@@ -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