You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #138 (comment) I noticed that Batch.objects.create takes a size param of type str. This seems incorrect, let's update the DB model type to something number-based. (integer is fine)
The text was updated successfully, but these errors were encountered:
In #138 (comment) I noticed that
Batch.objects.create
takes asize
param of typestr
. This seems incorrect, let's update the DB model type to something number-based. (integer is fine)The text was updated successfully, but these errors were encountered: