diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-03-21 17:23:17 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-03-21 17:40:04 +0100 |
| commit | b06855facdd0fd1eecae7bce75c815c8a6af19b6 (patch) | |
| tree | 99bb161d631084543d20cc1823a6450097bac04f /docs/ref/contrib/postgres/fields.txt | |
| parent | a937785e2a6eb3d9b8804c3a02ba5d0126482f57 (diff) | |
[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Thanks Tim Graham for the review.
Backport of 43380e911073beab401a2fdeca0f25001e170dac from master
Diffstat (limited to 'docs/ref/contrib/postgres/fields.txt')
| -rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 2 |
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`` ---------------------- |
