evorepo/devel/migrations
Dan McGee 9da8a63dd4 Add DeveloperKey model
We're starting to see developers use subkeys of their primary key to
sign packages, which we aren't handling well in the web interface. These
subkeys show up as unknown, which isn't strictly true. Start the process
of being able to handle these keys by adding a model that will store all
known keys and subkeys and the relationships among them, as well as
which developer owns each.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-02-03 13:56:35 -06:00
..
__init__.py Add initial migration for devel app 2011-11-30 13:11:14 -06:00
0001_initial.py Add initial migration for devel app 2011-11-30 13:11:14 -06:00
0002_auto__add_masterkey.py UserProfile model and fields shuffle 2012-04-20 11:15:03 -05:00
0003_auto__add_pgpsignature.py UserProfile model and fields shuffle 2012-04-20 11:15:03 -05:00
0004_masterkey_dates.py UserProfile model and fields shuffle 2012-04-20 11:15:03 -05:00
0005_auto__add_userprofile.py UserProfile model and fields shuffle 2012-04-20 11:15:03 -05:00
0006_auto__add_field_userprofile_country.py Add country attribute to developer profile 2012-04-26 12:07:38 -05:00
0007_auto_assign_countries.py Add migration to auto-populate developer countries, display flags 2012-04-26 13:25:15 -05:00
0008_auto__add_field_userprofile_last_modified.py Fix "RuntimeWarning: DateTimeField received a naive datetime" warnings 2012-12-27 17:02:40 -06:00
0009_auto__add_developerkey.py Add DeveloperKey model 2013-02-03 13:56:35 -06:00