datatracker/ietf/doc/migrations
Ole Laursen a6a0596be6 Add migration for fixing 1) a dummy RFC entry, 2) three stand-alone
RFCs that didn't get their doc.type set, 3) a big bunch of historic
stand-alone RFCs that have doc.group=None - set these to the
individual submission "none" group for the time being so the view code
doesn't have to deal with a special case.

In some cases this is wrong since there actually was a WG associated
but unfortunately fixing them properly requires detective work
(probably parsing the RFCs) and in at least some cases recreating
historic WGs. In case someone ends up doing this, the documents to
check can still be found with

Document.objects.filter(name__startswith="rfc", group__type="individ")

since there are almost no new RFCs that didn't went through the I-D
process.
 - Legacy-Id: 5284
2013-01-17 13:00:36 +00:00
..
0001_initial.py Fix up doc migration which included too much in the initial migration compared to trunk. 2012-04-20 17:19:24 +00:00
0002_auto__del_groupballotpositiondocevent__add_ballottype__add_ballotdocev.py Fix up doc migration which included too much in the initial migration compared to trunk. 2012-04-20 17:19:24 +00:00
0003_add_conflict.py merged in from 4.20-ise 2012-06-22 20:25:17 +00:00
0004_clean_stale_discusses.py Added a migration to update non-blocking ballot positions that have non-empty discuss text. Fixes bug #856 2012-08-03 21:33:49 +00:00
0005_auto__add_statedocevent__add_consensusdocevent.py Merged branch/iola/statesync up to @5118 to trunk. 2012-12-20 20:32:03 +00:00
0006_add_iana_rfc_editor_states.py Merged branch/iola/statesync up to @5118 to trunk. 2012-12-20 20:32:03 +00:00
0007_fix_groups_of_alternate_stream_docs.py Merged branch/iola/statesync up to @5118 to trunk. 2012-12-20 20:32:03 +00:00
0008_auto__add_deletedevent.py Merged branch/iola/statesync up to @5118 to trunk. 2012-12-20 20:32:03 +00:00
0009_cleanup_new_revision_docevents.py Add migration for transforming the .desc on the new_revision events 2013-01-16 14:17:07 +00:00
0010_cleanup_rfc_number_notes.py Add migration for blanking IESG notes that just consist of "RFC 2013-01-16 14:20:20 +00:00
0011_fixup_broken_rfc_docs.py Add migration for fixing 1) a dummy RFC entry, 2) three stand-alone 2013-01-17 13:00:36 +00:00
__init__.py Finish ballot support for charters (apart from non-generic ballot 2012-04-04 18:09:03 +00:00