zulip/confirmation/migrations
Umair Khan 9a9ee99129 confirmation: Add on_delete in foreign keys.
on_delete will be a required arg for ForeignKey in Django 2.0. Set it
to models.CASCADE on models and in existing migrations if you want to
maintain the current default behavior.
See https://docs.djangoproject.com/en/1.11/ref/models/fields/#django.db.models.ForeignKey.on_delete
2017-06-13 15:13:55 -07:00
..
0001_initial.py confirmation: Add on_delete in foreign keys. 2017-06-13 15:13:55 -07:00
0002_realmcreationkey.py Unique link generator for realm creation. 2016-06-30 15:52:41 -07:00
0003_emailchangeconfirmation.py change-email: Implement confirmation flow. 2017-02-23 03:15:17 -08:00
__init__.py Include autogenerated initial migrations for South. 2013-01-08 18:14:39 -05:00