sauravshah
sauravshah
@wojcikstefan first of all, thank you for contributions to Mongoengine. We are using Mongoengine heavily in production and running into this issue. Is this something you are actively looking into?
Thanks, @touilleMan - that helps a bit. I looked at [closeio's fork](https://github.com/closeio/mongoengine) of the project and they seem to have some good ideas. Thank you for pointing to the other...
@touilleMan were you able to fix these?
@touilleMan #1630 looks good to me. Reg. #298, is it possible to take the class to be referenced as a kwarg on `ReferenceField` and solve this issue? Calling `.fetch` would...
Why can't be we follow this approach? ``` class A(Document): b = ReferenceField(B) ``` When A is loaded, we already have B's `id`, so an instance of class B can...
Ah ok, I understand the problem now. This is not a big deal for us (and most projects I would assume). For backward compatibility, is it possible to add a...
Does greenscript allow this? Greenscript is too bulky for my use though - too many features that I don't really need and the syntax is complicated enough to cause issues.
Nah. I had to rename the file manually to burst browser cache.
Putting this back into your radar :)
No problem dirkmc. I should be thanking you for this plugin :) Take a look at the issue when you get time.