1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #26230 -- Removed support for model name query lookups when using Meta.default_related_name.

Per deprecation timeline.
This commit is contained in:
Tim Graham
2016-12-31 11:24:40 -05:00
parent 2d7fb77987
commit bfe0d54514
4 changed files with 7 additions and 50 deletions

View File

@@ -350,3 +350,6 @@ these features.
* Support for the ``django.core.files.storage.Storage.accessed_time()``,
``created_time()``, and ``modified_time()`` methods is removed.
* Support for query lookups using the model name when
``Meta.default_related_name`` is set is removed.