mirror of
https://github.com/ansible/awx.git
synced 2026-04-12 21:49:24 -02:30
This JSONBlob field type is a wrapper around Django's new generic JSONField, but with the database column type forced to be text. This should behave close enough to our old wrapper around django-jsonfield's JSONField and will avoid needing to do the out-of-band database migration.