Renames bookwyrm base model

This commit is contained in:
Mouse Reeve
2020-09-21 08:16:34 -07:00
parent c7883cd615
commit 3aa9c3accf
8 changed files with 20 additions and 20 deletions

View File

@ -2,10 +2,10 @@
from django.db import models
from bookwyrm import activitypub
from .base_model import FedireadsModel
from .base_model import BookWyrmModel
class UserRelationship(FedireadsModel):
class UserRelationship(BookWyrmModel):
''' many-to-many through table for followers '''
user_subject = models.ForeignKey(
'User',