Stefan Wójcik
Stefan Wójcik
@PaulUithol could you confirm if that's the expected behavior?
Bump - just following up here :)
Personally, I don't think there's a point in implementing an insecure serialization/de-serialization option, especially given how often tasks are called with params containing user-generated data. @tkram01 you could probably write...
> Your analysis is correct. Until the thread-safety of `requests.Session` can be proven then the thread-safety of the client here cannot made. Alright, thanks for confirming my suspicions! > For...
Hi @fmatray! I'd love to see what `self.data` contains in `QuerySetSelectMultipleField._is_selected` and how it differs depending whether we save the `Team` doc with `t.save()` vs `t.update(add_to_set__members=u)`. The fact it differs...
Hm, can "queryset" accept a function and execute it during runtime vs during the definition of the model form? If not, I guess you'll have to construct those querysets at...
I agree that automatically adding a SubmitField could be nice. Otherwise in most situations you have to add it yourself manually in a template. What you could do right now...
`EmbeddedDocumentListField` already exists in MongoEngine (see https://github.com/MongoEngine/mongoengine/blob/master/mongoengine/fields.py#L718). Or did I misunderstand the issue?
> There is no WTF convertor defined for EmbeddedDocumentListFields. There are convertors for EmbeddedDocuments, and for ListFields, but that is not sufficient. EmbeddedDocumentListFields have additional functionality that is not the...
Great! I'll let you know if I get a chance to look at it earlier. If not, looking forward to Jan! :)