Actions
Task #5215
closedUse JSONField instead of TextField for data stored in JSON format
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 60
Quarter:
Description
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.
Related issues
Updated by dalley about 5 years ago
- Has duplicate Task #5326: Switch to JSONField over TextField added
Updated by daviddavis about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
- Groomed changed from No to Yes
- Sprint set to Sprint 59
Updated by fao89 about 5 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar about 5 years ago
Updated by Anonymous about 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 0cb7da92467bc50600f23917274d977ab140846f.
Updated by ttereshc almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
converts TextFields into Django JSONFields
closes #5215 https://pulp.plan.io/issues/5215