mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 0001_initial.py | ||
| 0002_remote_zulip_server.py | ||
| 0003_add_default_for_remotezulipserver_last_updated_field.py | ||