summaryrefslogtreecommitdiffstats
path: root/main/migrations/0039_auto__del_field_package_license.py
AgeCommit message (Collapse)AuthorFilesLines
2011-02-15Move license to a related modelDan McGee1-0/+157
This allows us to store multiple licenses per package in a more elegant fashion, and will later allow us to search and filter on this information. Signed-off-by: Dan McGee <dan@archlinux.org>