django-nonrel / mongodb-engine

Django MongoDB Backend
http://www.django-nonrel.org/
862 stars 211 forks source link

_decode_child returns converts all values #2

Open flaper87 opened 13 years ago

flaper87 commented 13 years ago

When using _decode_child to decode the where node childs values from normal django fields get converted to their types. If we want to pass a A() query or any other query to a unicode field we'll get a unicoded A value.

jonashaag commented 12 years ago

what's the state of this anyway?

flaper87 commented 12 years ago

dunno, need to do some tests I missed its track