Amit Nabarro
Amit Nabarro
Upgrade MongoCollectionMixin and MongoResource to work with Motor >=2.0 removing deprecated apis
Models that contain fields of other models do not serialize content based on the serialisation rules of the nested models
add specialised MongoDB fields for jeoJson support. This is a prerequisite for implementing geospatial query support
Add automatic schema declaration for ModelResource based on model's serialisation rules. This is useful for clients who wish to declare their models and collections dynamically based on fields serialized in...
TBone.testing.fixtures contains a fixture for creating a test database. Currently the database name is hardcoded. Convert this to a parameterised fixture to allow selection of test database name