-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Unable to get repr for <class 'mongoengine.queryset.QuerySet'> #133
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
Milestone
Comments
Fixed in 0.7 / master |
samuelclay
added a commit
to samuelclay/mongoengine
that referenced
this issue
Oct 29, 2012
* 'master' of https://github.com/MongoEngine/mongoengine: (24 commits) Fixing py3 compat Added chaining regression test (MongoEngine#135) Updated test Unicode fix for repr (MongoEngine#133) Allow updates with match operators (MongoEngine#144) Unicode fix reverted but can have custom validator Fix loop Updated URLField Added Garry Polley to contributors list can now use AuthenticationBackends with permissions. Updates to the readme Added CONTRIBUTING.rst Updated docs thanks @mitar Moved injection of Exceptions to top level Fixed reload issue with ReferenceField where dbref=False (MongoEngine#138) Improved import cache Fixed objectId for DBRef Updated travis.yml Fix ReferenceField dbref = False Updated docs ...
samuelclay
added a commit
to samuelclay/mongoengine
that referenced
this issue
Jan 28, 2013
* 'master' of github.com:samuelclay/mongoengine: (227 commits) Adding QuerySet(read_preference=pymongo.ReadPreference.X) and QuerySet().read_preference() method to override connection-level read_preference on a per-query basis. Fixing py3 compat Added chaining regression test (MongoEngine#135) Updated test Unicode fix for repr (MongoEngine#133) Allow updates with match operators (MongoEngine#144) Unicode fix reverted but can have custom validator Fix loop Updated URLField Added Garry Polley to contributors list can now use AuthenticationBackends with permissions. Updates to the readme Added CONTRIBUTING.rst Updated docs thanks @mitar Moved injection of Exceptions to top level Fixed reload issue with ReferenceField where dbref=False (MongoEngine#138) Improved import cache Fixed objectId for DBRef Updated travis.yml Fix ReferenceField dbref = False ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My document:
I use Django and append queryset into template:
Attention! Title field contains unicode string, for example
u'заголовок статьи'
.And get:
The text was updated successfully, but these errors were encountered: