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
If i have a JsonModel with a field that has pydantic's PositiveInt as the type, i am not able to use index=True in the field setting. Given a simple model
If i have a
JsonModel
with a field that has pydantic'sPositiveInt
as the type, i am not able to useindex=True
in the field setting. Given a simple modelwhen i try to import this in my django project's shell, i get the following errors
If I change the type to either
int
orstr
the import works fine.The text was updated successfully, but these errors were encountered: