Skip to content

Commit

Permalink
Update core/models/organizerissue.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Walker <theshow@gmail.com>
  • Loading branch information
amakarudze and marksweb committed Feb 1, 2024
1 parent 37f8790 commit e57bc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/models/organizerissue.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def blacklist_organizer(self):
def reverse_blacklist_organizer(self):
user = User.objects.get(id=self.organizer.id)
user.is_blacklisted = False
user.save()
user.save(update_fields=["is_blacklisted"])

0 comments on commit e57bc27

Please sign in to comment.