Task #3434
Updated by dalley over 6 years ago
https://github.com/pulp/pulp/blob/3.0-dev/pulpcore/pulpcore/app/fields.py#L10
JSONField is a custom field type we created so that we could nicely store JSON across different databases (since Django's JSONField is Postgres-specific). It is backed by models.TextField but with some serialization/deserialization added.
It would be useful to many plugins including the Python plugin, specifically. We should expose it as part of the plugin API.