summaryrefslogtreecommitdiffstats
path: root/devel/migrations/0004_masterkey_dates.py
AgeCommit message (Collapse)AuthorFilesLines
2012-04-20UserProfile model and fields shuffleDan McGee1-3/+3
Move this model into the devel/ application, and move the PGPKeyField which is used only by these models into the application as well. This involves updating some old migrations along the way to ensure we don't reference a field class that no longer exists. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-07Convert master key datetimes to datesDan McGee1-0/+74
The extra precision is not necessary and just makes entry of the data harder anyway.