summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-27 19:17:23 -0500
committerTim Graham <timograham@gmail.com>2019-01-17 10:50:25 -0500
commitec7e179aeb177a2a43b448b30d9286eb8539be8d (patch)
tree1ff87c31167e933b69c93af7dc12c46e65608534 /docs/ref/contrib/postgres
parenteb0ce6fa3669971f1e21a3fdba270cf33d603eaa (diff)
Removed versionadded/changed annotations for 2.1.
Diffstat (limited to 'docs/ref/contrib/postgres')
-rw-r--r--docs/ref/contrib/postgres/fields.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt
index 01d47af55b..11fcec664f 100644
--- a/docs/ref/contrib/postgres/fields.txt
+++ b/docs/ref/contrib/postgres/fields.txt
@@ -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