datatracker/ietf/person/migrations
Henrik Levkowetz 789b88d25d Adjusted the personalapikey migration.
- Legacy-Id: 14433
2017-12-18 17:56:46 +00:00
..
0001_initial.py Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x. 2015-02-08 21:16:44 +00:00
0002_email_primary.py Added a new field 'primary' to the Email model, added a matching migration, and a data migration to set primary fields to match the way a primary address is chosen today. 2015-03-04 17:53:48 +00:00
0003_auto_20150304_0829.py Merged in [9141] from rjsparks@nostrum.com: 2015-03-04 19:16:21 +00:00
0004_auto_20150308_0440.py Tweaked the email activation migration slightly. 2015-03-10 20:24:31 +00:00
0005_deactivate_unknown_email.py Stop making active unknown-email- objects. Mark existing such objects as inactive. Tweak exception handling in submit/utils to make it obvious that the utilities will not change the person an existing Email record is pointing to. Commit ready for merge. 2016-02-04 22:50:50 +00:00
0006_auto_20160503_0937.py Tweaked the field names of Person name fields to make the intended use clearer. 2016-05-03 16:39:17 +00:00
0007_auto_20160520_0304.py Added a migration to match the Person model changes in [11180]. 2016-05-20 10:11:42 +00:00
0008_add_biography_field.py Merged in ^/personal/rjs/6.21.1.dev0@11257 2016-06-01 16:37:01 +00:00
0009_populate_biography.py Merged in ^/personal/rjs/6.21.1.dev0@11257 2016-06-01 16:37:01 +00:00
0010_add_photo_fields.py Merged in ^/personal/rjs/6.21.1.dev0@11257 2016-06-01 16:37:01 +00:00
0011_populate_photos.py Added and updated migrations. 2016-06-06 16:30:54 +00:00
0012_auto_20160606_0823.py Added a default for photo and photo_thumb to the migration. 2016-06-10 09:41:09 +00:00
0013_add_plain_name_aliases.py Added a backwards migration for person.0013_add_plain_name_aliases. 2016-06-14 15:11:05 +00:00
0014_auto_20160613_0751.py Added a migration which provides photo field default values and updates the upload path to the one used in production. 2016-06-13 14:54:40 +00:00
0015_clean_primary.py Merged in [12932] from rjsparks@nostrum.com: 2017-02-28 23:28:30 +00:00
0016_add_email_addresses_from_rfc_editor.py Merged in [13336] from rcross@amsl.com: 2017-05-15 14:05:25 +00:00
0017_add_email_address_from_parsed_rfcs.py Updated person migration 0017 to avoid database referential inconsistency due to missing person records. 2017-05-16 15:17:07 +00:00
0018_add_email_address_from_correlated_inspection.py Merged in [13336] from rcross@amsl.com: 2017-05-15 14:05:25 +00:00
0019_add_discovered_people.py Created an EditedAuthorsDocEvent to capture the basis or reason for changing a documentauthor set. Mapped a large number of email addresses found from the RFC Editor database and from parsing RFCs to the right Person objects, and creating Person objects as necessary. Updated the documentauthors set for RFCs based on reconciling what the tracker already knew with the RFC Editor database and the parsing the RFCs. Manually inspected the Updates to ensure no author was inappropriately removed from the set. Commit ready for merge. 2017-05-09 20:16:11 +00:00
0020_auto_20170701_0325.py Added a migration matching the new validator on Email.address. 2017-07-01 10:26:49 +00:00
0021_personalapikey.py Adjusted the personalapikey migration. 2017-12-18 17:56:46 +00:00
__init__.py From mcr@sandelman.ca: 2014-07-31 22:13:01 +00:00