Actions
Task #3434
closedExpose "pulpcore.app.fields.JSONField" to plugins
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Easy Fix
Sprint:
Sprint 34
Quarter:
Description
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.
Updated by bizhang over 6 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Added by dalley over 6 years ago
Added by dalley over 6 years ago
Revision e188f224 | View on GitHub
Expose pulpcore.app.fields.JSONField to plugins
Updated by dalley over 6 years ago
- Status changed from NEW to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|e188f22402c395c1e2409d54c91b1dad96869fdd.
Updated by dalley over 6 years ago
- Assignee set to dalley
- Sprint set to Sprint 34
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Expose pulpcore.app.fields.JSONField to plugins
closes #3434 https://pulp.plan.io/issues/3434