mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #11629 -- Deprecated callable arguments to queryset methods.
Callable arguments were an untested and undocumented feature.
This commit is contained in:
parent
d34c8c338a
commit
f1b3ab9c21
4 changed files with 29 additions and 0 deletions
|
|
@ -226,6 +226,8 @@ these changes.
|
|||
loading APIs instead. Several undocumented methods of the ``AppCache`` class
|
||||
will also be removed.
|
||||
|
||||
* Passing callable arguments to querysets will no longer be possible.
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue