datatracker/ietf/person/migrations
2018-04-27 17:36:20 +00:00
..
0001_initial.py Got rid of old migrations and created new initial migrations. 2018-02-21 23:46:22 +00:00
0002_auto_20180330_0808.py Migration to match the new endpoint choice avilable in the PersonalApiKey model. 2018-03-30 15:11:20 +00:00
0003_auto_20180426_0517.py Removed the Person.address field, which is not being used. This was a legacy from the 2001 perl-based datatracker tables. Fixes issue #2504. 2018-04-27 14:00:33 +00:00
0004_auto_20180427_0646.py Added django-simple-history and replaced the old (and unused) PersonHistory class with a history=HistoricalRecords() field on Person. Added the needed migrations and changes to admin, resources, and settings. Related to issues #2505 and #2507. 2018-04-27 17:36:20 +00:00
__init__.py From mcr@sandelman.ca: 2014-07-31 22:13:01 +00:00