summaryrefslogtreecommitdiff
path: root/main/migrations/0065_auto__add_field_package_signature_bytes.py
AgeCommit message (Collapse)Author
2013-11-06Drop old base64-ed PGP signature columnDan McGee
We've moved onto bytes only now. Signed-off-by: Dan McGee <dan@archlinux.org>
2013-11-06Add new `signature_bytes` field on package modelDan McGee
Now that we have a BinaryField option in Django 1.6, put it to use. Signed-off-by: Dan McGee <dan@archlinux.org>