Django migration: #47 (closed).
This MR drops not-uploader and ubuntu-version plugins.
The notuploader plugin warns about having two people uploading the same package to mentors, which was previously generating issues as debexpo was written with one package == one uploader in mind (which is not always the case, especially for team uploads).
With the django migration, multiple users uploading the same package is fully supported. For instance, all uploaders will appear on the package page. The new behavior deprecates this plugin. Thus, my proposal of dropping it.
ubuntuversion plugin warns if the string ubuntu is missing from the package version. This plugin is useful only when uploading to an ubuntu suite (which it doesn't check). Given that no instance of debexpo is ran by the ubuntu community and that mentors is primarily focused on Debian targeted packages (while remaining compatible), I propose to drop that plugin.