hemebond / quaddicted

Quaddicted upgrade written with Django
MIT License
7 stars 1 forks source link

Fix/pkg authors m2m #44

Closed hemebond closed 3 years ago

hemebond commented 3 years ago

Changes Package.authors from a Tag field to a ManyToManyField. Creates a custom comma-separated strings field for editing PackageAuthors. Fixes the validation of Package file uploads. Cleanups in the package templates. Changes to a function-based view for adding new Packages.