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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user