summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/fields.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/contrib/postgres/fields.txt')
-rw-r--r--docs/ref/contrib/postgres/fields.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt
index cfce65420f..f384f5829c 100644
--- a/docs/ref/contrib/postgres/fields.txt
+++ b/docs/ref/contrib/postgres/fields.txt
@@ -517,7 +517,7 @@ using in conjunction with lookups on
of the JSON which allows indexing. The trade-off is a small additional cost
on writing to the ``jsonb`` field. ``JSONField`` uses ``jsonb``.
- **As a result, this field requires PostgreSQL ≥ 9.4 and Psycopg2 ≥ 2.5.4**.
+ **As a result, this field requires PostgreSQL ≥ 9.4**.
Querying ``JSONField``
----------------------