<div dir="ltr"><div>There is a minor change for Pulp 3 plugin writers Repository models merging today.  It's a very simple one-line code change.</div><div><br></div><div>On your Repository subclass, define the CONTENT_TYPES constant as a list with all of the Content types (the classes) supported by this type of repository, like this:</div><div><br></div><div><a href="https://github.com/pulp/pulp_container/pull/25/files#diff-90a314d7b2d5ddb20d360be02a4ec146R189">https://github.com/pulp/pulp_container/pull/25/files#diff-90a314d7b2d5ddb20d360be02a4ec146R189</a></div><div><br></div><div>This change will allow for better performance and validation inside of Pulpcore, as it knows what types it's dealing with ahead of time.<br></div></div>