mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +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_realmcreationkey.py | ||
| 0003_emailchangeconfirmation.py | ||