diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-18 07:53:57 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-19 07:25:28 -0500 |
| commit | 571f7b759ef90669d756774dd328cdc60f0fa8fe (patch) | |
| tree | 008876c041d605d9bb149f72d18225ff65baf298 /docs/ref/contrib/postgres/fields.txt | |
| parent | 24ebf17f04ee0ed157c430ff7d10ec0728abd48e (diff) | |
[1.9.x] Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.
Backport of b26d147259202455ce356755b729c3dcb16ae9e6 from master
Diffstat (limited to 'docs/ref/contrib/postgres/fields.txt')
| -rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index 9989969651..aa80b6ce1c 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -483,8 +483,7 @@ JSONField 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, the usage of this field is only supported on PostgreSQL - versions at least 9.4**. + **As a result, this field requires PostgreSQL ≥ 9.4 and Psycopg2 ≥ 2.5.4**. Querying JSONField ^^^^^^^^^^^^^^^^^^ |
