summaryrefslogtreecommitdiffstats
path: root/packages/migrations/0010_auto__add_signoffspecification.py
AgeCommit message (Collapse)AuthorFilesLines
2011-11-03Many signoff page improvementsDan McGee1-0/+183
Add a new 'SignoffSpecification' model which will capture metadata regarding a specific package if it differs from the norm- e.g. more or less than 2 required signoffs, is known to be bad, a comment from the maintainer, etc. The groundwork is laid here; much of this will still need to be wired up in the future. Enhance the view with a lot more JS prettiness and add revoking of signoffs. The signoff page can be filtered and the links and all the fun stuff are totally dynamic now. Signed-off-by: Dan McGee <dan@archlinux.org>