From ec7e179aeb177a2a43b448b30d9286eb8539be8d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 27 Dec 2018 19:17:23 -0500 Subject: Removed versionadded/changed annotations for 2.1. --- docs/ref/contrib/postgres/fields.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/ref/contrib/postgres') 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) ]> -.. 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 -- cgit v1.3