datatracker/ietf/message/migrations
2020-02-26 18:07:48 +00:00
..
0001_initial.py Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
0002_add_message_docs2_m2m.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0003_set_document_m2m_keys.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0004_1_del_docs_m2m_table.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0004_2_add_docs_m2m_table.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0005_copy_docs_m2m_table.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0006_remove_docs2_m2m.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
0007_message_sent.py Added a 'sent' field to Message, to be able to track sent status for captured outgoing messages (which don't have a SendQueue instance). 2020-02-26 17:09:06 +00:00
0008_set_message_sent.py Added a 'sent' field to Message, to be able to track sent status for captured outgoing messages (which don't have a SendQueue instance). 2020-02-26 17:09:06 +00:00
0009_fix_address_lists.py Added a migration to correct Message fields containing strings that are repr() of list instances instead of comma-separated email addresses. 2020-02-26 18:06:52 +00:00
0010_fix_content_type.py Added a migration to set an explicit content-type for Message objects when missing. 2020-02-26 18:07:48 +00:00
__init__.py Minor tweaks. 2016-06-13 14:03:19 +00:00