mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed versionadded/changed annotations for 2.1.
This commit is contained in:
parent
eb0ce6fa36
commit
ec7e179aeb
25 changed files with 0 additions and 208 deletions
|
@ -577,12 +577,6 @@ To query for missing keys, use the ``isnull`` lookup::
|
|||
>>> Dog.objects.filter(data__owner__isnull=True)
|
||||
<QuerySet [<Dog: Shep>]>
|
||||
|
||||
.. versionchanged:: 2.1
|
||||
|
||||
In older versions, using ``None`` as a lookup value matches objects that
|
||||
don't have the key rather than objects that have the key with a ``None``
|
||||
value.
|
||||
|
||||
.. warning::
|
||||
|
||||
Since any string could be a key in a JSON object, any lookup other than
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue