Removes sqlite support 😢
RIP, things have gotten too complicated for this I think
This commit is contained in:
parent
d4f8f2e276
commit
ae435a3165
3 changed files with 1 additions and 72 deletions
|
@ -2,12 +2,12 @@
|
|||
import re
|
||||
import dateutil.parser
|
||||
|
||||
from django.contrib.postgres.fields import JSONField
|
||||
from django.db import models
|
||||
from django.utils import timezone
|
||||
|
||||
from bookwyrm import books_manager
|
||||
from bookwyrm.models import ReadThrough, User, Book
|
||||
from bookwyrm.utils.fields import JSONField
|
||||
from .base_model import PrivacyLevels
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue