Matt Bodman
Matt Bodman
I have a legacy api which uses Pyramid remember/forget with auth_tkt. I now need to also use this api to authenticate users using JWT. Thanks to your module, I have...
Hi, love this module. However, it would be nice to have a "disabled" attribute. For example, I have a table which is sortable, but ideally, it would be only sortable...
Returns a list of fields (and values) that differ from the object's current and persistant states. One could create a type of version or modification history. Apologies in advance if...
``` # pymongo version 2.4.1 # python 2.7.3 from bson.dbref import DBRef from micromongo import * c = connect() class Foo(Model): collection = 'tests.foos' class Bar(Model): collection = 'tests.bars' f...
I think I have figured out that this issue is more of a limitation that a bug. Its because the wrapper classes are associated by collection, then there is no...