Actions
Task #5465
closedRemove custom JSONField implementation, use the Postgres one instead
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 59
Quarter:
Description
We've currently got a custom implementation of JSONField (backed by a TextField) that we use in a couple of places:
https://github.com/pulp/pulpcore/search?q=jsonfield&unscoped_q=jsonfield
It's also exposed via the plugin API.
Since there is no longer a need to support MariaDB and it was the main reason TextField is used for JSON content,
let's convert all the TextFields which store JSON content into Django JSONFields.
Updated by dalley about 5 years ago
- Status changed from NEW to POST
Updated by bmbouter about 5 years ago
- Sprint set to Sprint 59
With the 3.0 milestone on this issue and being at POST I think it should be on the sprint.
Added by dalley about 5 years ago
Updated by dalley about 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|094621476d26a2789980c6d70335d466c426772f.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Remove custom JSONField
Remove our TextField-based JSONField implementation and use the PostgreSQL Django-supplied one instead.
closes: #5465 https://pulp.plan.io/issues/5465