Project

Profile

Help

Task #5465

closed

Remove custom JSONField implementation, use the Postgres one instead

Added by dalley over 4 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
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.

Also available in: Atom PDF