revert name change for Group, GroupMember
these were named as BookwyrmGroup and BookwyrmGroupMember due to a misunderstanding about related_name and a dodgy development environment. This naming makes more sense.
This commit is contained in:
parent
21e6ed7388
commit
52a083a907
12 changed files with 31 additions and 36 deletions
|
@ -297,7 +297,7 @@ class ListForm(CustomForm):
|
|||
|
||||
class GroupForm(CustomForm):
|
||||
class Meta:
|
||||
model = models.BookwyrmGroup
|
||||
model = models.Group
|
||||
fields = ["user", "privacy", "name", "description"]
|
||||
|
||||
class ReportForm(CustomForm):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue