diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2013-12-18 16:59:08 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2013-12-18 18:40:00 +0100 |
| commit | f1b3ab9c2158f5a7da113aef4158499ce2d42ee2 (patch) | |
| tree | 38fdbbafde8008a26d6ef559e25a18c69afee958 /docs/internals | |
| parent | d34c8c338a843df2a540f19d15efc1ff12e3119c (diff) | |
Fixed #11629 -- Deprecated callable arguments to queryset methods.
Callable arguments were an untested and undocumented feature.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index c3b0cda95b..ef2561a05d 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 --- |
