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
i need to have unique strings in one of my documents. The proper python way for handle that is using set, but mongoengine only offers ListField that wraps list, would be nice to have SetField who wraps set for this purpose
The text was updated successfully, but these errors were encountered:
i need to have unique strings in one of my documents. The proper python way for handle that is using
set
, but mongoengine only offersListField
that wrapslist
, would be nice to haveSetField
who wrapsset
for this purposeThe text was updated successfully, but these errors were encountered: