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