Refs #24215 -- Removed add_lazy_relation() per deprecation timeline.

This commit is contained in:
Tim Graham 2016-12-30 17:55:03 -05:00
parent ddd3268975
commit b2ffbb00a5
2 changed files with 2 additions and 15 deletions

View file

@ -252,3 +252,5 @@ these features.
* The ``on_delete`` argument for ``ForeignKey`` and ``OneToOneField`` are now
required.
* ``django.db.models.fields.add_lazy_relation()`` is removed.