mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #24928 -- Added introspection support for PostgreSQL JSONField
Thanks Adam Johnson and Tim Graham for the reviews.
This commit is contained in:
@@ -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`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user