Upgrade Peewee to latest 3.x
This requires a number of small changes in the data model code, as well as additional testing.
This commit is contained in:
parent
70b7ee4654
commit
d3d9cca182
26 changed files with 220 additions and 193 deletions
|
@ -2,7 +2,7 @@ import base64
|
|||
import resumablehashlib
|
||||
import json
|
||||
|
||||
from peewee import TextField, CharField, Clause
|
||||
from peewee import TextField, CharField
|
||||
from data.text import prefix_search
|
||||
|
||||
|
||||
|
|
Reference in a new issue