1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
django-mailbox/django_mailbox/migrations
2013-06-11 22:00:39 -07:00
..
0001_initial.py Initial commit. 2012-06-27 20:45:01 -07:00
0002_auto__chg_field_mailbox_uri.py Adding migration for handling incoming messages; adding exim4 scripts for routing messages to django_messages. 2012-10-08 15:24:42 +00:00
0003_auto__add_field_mailbox_active.py Adding active/inactive mailboxes, adding outgoing/incoming mail tracking, changing field names, tracking in-reply-to and references. 2012-10-09 05:52:04 +00:00
0004_auto__add_field_message_outgoing.py Adding active/inactive mailboxes, adding outgoing/incoming mail tracking, changing field names, tracking in-reply-to and references. 2012-10-09 05:52:04 +00:00
0005_rename_fields.py Adding active/inactive mailboxes, adding outgoing/incoming mail tracking, changing field names, tracking in-reply-to and references. 2012-10-09 05:52:04 +00:00
0006_auto__add_field_message_in_reply_to.py Adding active/inactive mailboxes, adding outgoing/incoming mail tracking, changing field names, tracking in-reply-to and references. 2012-10-09 05:52:04 +00:00
0007_auto__del_field_message_address__add_field_message_from_header__add_fi.py Adding migrations supporting new model design. 2012-10-27 18:09:23 -07:00
0008_populate_from_to_fields.py Adding migrations supporting new model design. 2012-10-27 18:09:23 -07:00
0009_remove_references_table.py Removing 'References' table; default django mail sending methods do not allow multi-line headers (which are required for setting references). 2012-10-28 12:03:31 -07:00
0010_auto__add_field_mailbox_from_email.py Allow specification of from e-mail on mailbox model. 2012-10-28 12:25:37 -07:00
0011_auto__add_field_message_read.py Adding unread/read flagging for individual messages. 2012-11-27 19:01:49 -08:00
0012_auto__add_messageattachment.py Add south migration for message attachment model 2013-01-15 12:28:32 +00:00
0013_auto__add_field_messageattachment_message.py Remove M2M relationship between MessageAttachment and Message. 2013-06-06 01:03:16 -07:00
0014_migrate_message_attachments.py Remove M2M relationship between MessageAttachment and Message. 2013-06-06 01:03:16 -07:00
0015_rebuild_message_associations.py Use a predictable ordering. 2013-06-11 22:00:39 -07:00
__init__.py Initial commit. 2012-06-27 20:45:01 -07:00