chapeau/django_kepi/migrations
Marnanel Thurman f019d7b67e deliver() gains the "incoming" parameter, for local delivery
of incoming messages.

Validation doesn't track target collections any more. Instead,
when it's validated, it passes the message over to deliver(),
with incoming=True.

Hence, validation.IncomingMessage loses the "target_collection" field.
2019-07-30 19:16:25 +01:00
..
0001_initial.py Switching back to the old "other_fields" system 2019-07-03 00:48:58 +01:00
0002_mention.py Added mention tracking. 2019-07-05 17:21:01 +01:00
0003_auto_20190704_1404.py Added mention tracking. 2019-07-05 17:21:01 +01:00
0004_auto_20190704_1410.py Added mention tracking. 2019-07-05 17:21:01 +01:00
0005_auto_20190708_1751.py f_attributedTo added to item 2019-07-09 00:45:17 +01:00
0006_auto_20190709_0441.py Mention uses a CharField for the href, because we might not know them. 2019-07-09 11:04:00 +01:00
0007_actor_f_preferredusername.py "preferredUsername" is now held in Actor as a field. 2019-07-11 17:23:19 +01:00
0008_auto_20190711_1703.py Huge checkin: central project "kepi" to use the "django_kepi" library. 2019-07-11 18:25:06 +01:00
0009_auto_20190711_1708.py Huge checkin: central project "kepi" to use the "django_kepi" library. 2019-07-11 18:25:06 +01:00
0010_auto_20190711_1711.py Huge checkin: central project "kepi" to use the "django_kepi" library. 2019-07-11 18:25:06 +01:00
0011_auto_20190718_1219.py Migration to add f_ prefixes in Actor. Should have been in 8aa62d5a. 2019-07-18 14:31:06 +01:00
0012_incomingmessage_is_local_user.py Rename validate()'s "is_local" to "is_local_user", and store it in the model. 2019-07-18 14:23:43 +01:00
0013_thing_f_actor.py Add f_actor to Thing, because it's too common to keep in other_fields 2019-07-21 18:05:48 +01:00
0014_auto_20190726_1515.py Added Collection model, and modified the collection views to display it. 2019-07-26 17:47:44 +01:00
0015_incomingmessage_target_collection.py Added Collection model, and modified the collection views to display it. 2019-07-26 17:47:44 +01:00
0016_remove_incomingmessage_target_collection.py deliver() gains the "incoming" parameter, for local delivery 2019-07-30 19:16:25 +01:00
__init__.py redo kepi's migrations, since they got tangled 2019-05-25 18:13:52 +01:00