You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[change] Replaced third-party JSONField with Django built-in JSONField
- Replaced the third party ``jsonfield.JSONField`` with Django's built
in ``models.JSONField`` on the ``Node`` and ``Link`` models, which on
PostgreSQL also changes the underlying column type from ``text`` to
``jsonb`` (`#253
<https://github.com/openwisp/openwisp-network-topology/issues/253>`_).
- Admin search and internal ``__contains`` lookups on the JSON columns
now cast the value to text so they keep working on every supported
database backend
0 commit comments