mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 10:01:04 +00:00
Removes updates fields that was causing problems
This commit is contained in:
parent
f353b49d36
commit
d3668e413d
1 changed files with 0 additions and 1 deletions
|
@ -411,7 +411,6 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
||||||
# skip the logic in this class's save()
|
# skip the logic in this class's save()
|
||||||
super().save(
|
super().save(
|
||||||
*args,
|
*args,
|
||||||
update_fields=["email", "avatar", "preview_image", "summary", "name"],
|
|
||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue