Skip to content

[change:network-topology] Replace thirdparty JSONField with Django built in JSONField #253

@nemesifier

Description

@nemesifier

The JSONField we currently use is just a text field with JSON validation and formatting, which has served us pretty well but hasn't received updates in 5 years: https://github.com/rpkilby/jsonfield/.

The Django JSONField has been around for some time and seems supported on all the databases we use, hence can switch to this field.

We'll need to pay particular attention to ensuring data is automatically migrated without loss.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No fields configured for Task.

    Projects

    Status

    Done

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions