mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
codespell: Fix typos caught by codespell.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 7b4a74cc4d)
This commit is contained in:
committed by
Tim Abbott
parent
8e1ebede1b
commit
3a2a217fa0
@@ -2609,7 +2609,7 @@ class Stream(models.Model):
|
||||
message_retention_days = models.IntegerField(null=True, default=None)
|
||||
|
||||
# on_delete field here is set to RESTRICT because we don't want to allow
|
||||
# deleting a user group in case it is referenced by this settig.
|
||||
# deleting a user group in case it is referenced by this setting.
|
||||
# We are not using PROTECT since we want to allow deletion of user groups
|
||||
# when realm itself is deleted.
|
||||
can_remove_subscribers_group = models.ForeignKey(UserGroup, on_delete=models.RESTRICT)
|
||||
|
||||
Reference in New Issue
Block a user