-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quitar enum field #23
Comments
De hecho mongoengine directamente ya tiene
|
Pero todavía tiene problemas internos, no recomiendo usar
|
En un issue de Basicamente, pymongo no expone publicamente el API para el manejo del cursor, y mongomock no puede resolverlo directamente, el mantenedor de mongomock menciona que es un feature que no creen implementar. |
el paqueteextras-mongoengine
ya implementa enumfield. Deberíamos usar esehttps://github.com/MongoEngine/extras-mongoengine/blob/master/extras_mongoengine/fields.pyhttps://pypi.org/project/extras_mongoengine/UPDATE: como menciona @agarrido19 abajo mejor usar el nativo de
mongoengine
por lo que no es necesario tener codigo en agave deEnumField
The text was updated successfully, but these errors were encountered: