You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this, we were saving a dict() in the qualifiers field of
PackageURLMixin resulting in damaged data (Django being smart enough
would serialize the dict() to a string. That string would not be usable
to recreate a qualifiers mapping afterwards.
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
0 commit comments