diff options
| author | Claude Paroz <claude@2xlibre.net> | 2017-09-09 18:33:05 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2017-09-09 20:22:47 +0200 |
| commit | a599ae6018f748f66e774604d12989911ea09d33 (patch) | |
| tree | bba36102a26f22e3cc7f2fc8240b02d7b0b7ef05 /docs | |
| parent | 0cbb6ac00770d201b8f30a404d516b97fe41485d (diff) | |
Refs #24928 -- Added introspection support for PostgreSQL RangeField
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 46ff112dba..c744320917 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -123,8 +123,8 @@ 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``). +* :djadmin:`inspectdb` can now introspect ``JSONField`` and various + ``RangeField``\s (``django.contrib.postgres`` must be in ``INSTALLED_APPS``). :mod:`django.contrib.redirects` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
