Project

Profile

Help

Issue #3429

Updated by dalley about 6 years ago

The field "projects" on the PythonImporter model, and "requires_dist", "provides_dist", "obsoletes_dist", and "requires_external" on the PythonPackageContent model We're currently use TextFields to store JSON.   

 Pulpcore storing it as text, but Pulp platform has created it's own JSON field which uses normal text fields on as the backend.    We should use this, and we should these fields serialize the list of projects as a JSON instead list so that the API does not display the list of as strings. projects in string form to the user.

Back