diff options
| author | Claude Paroz <claude@2xlibre.net> | 2017-09-09 14:39:09 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2017-09-09 18:26:29 +0200 |
| commit | 0cbb6ac00770d201b8f30a404d516b97fe41485d (patch) | |
| tree | 59d7c55f7808e1ba186f53fdf8008a5b7797dab2 /docs/releases/2.0.txt | |
| parent | ffbee67f8e17e1cfffcaa0116c170141a7363dda (diff) | |
Refs #24928 -- Added introspection support for PostgreSQL JSONField
Thanks Adam Johnson and Tim Graham for the reviews.
Diffstat (limited to 'docs/releases/2.0.txt')
| -rw-r--r-- | docs/releases/2.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 7b2df87fcf..46ff112dba 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -123,6 +123,9 @@ Minor features operation installs the ``btree_gist`` extension to add support for operator classes that aren't built-in. +* :djadmin:`inspectdb` can now introspect ``JSONField`` + (``django.contrib.postgres`` must be in ``INSTALLED_APPS``). + :mod:`django.contrib.redirects` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
