Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
SiteSettings.default_user_auth_group
FK on_delete value
The migration uses `RESTRICT` instead of `PROTECT`, which is both more correct, but also those values need to be identical, otherwise Django thinks that there's a migration missing and will refuse to apply any new migrations.
- Loading branch information