packageurl-python icon indicating copy to clipboard operation
packageurl-python copied to clipboard

[Reminder]Use JSONField to store qualifiers in django package mixin

Open sbs2001 opened this issue 4 years ago • 0 comments

Qualifiers are currently stored as strings in the database, which implies that the order of each qualifier matters. This contradicts the Package URL specification ( check for more details https://github.com/package-url/purl-spec/issues/51#issuecomment-455563672 )

https://github.com/django/django/pull/12392 adds JSONField in a db agnostic way to the django orm.

This field will be implemented for Django 3.1+ is not planned to be backported.

sbs2001 avatar Apr 02 '20 11:04 sbs2001