stdnet.odm.Router class.stdnet.odm.Router is a placeholder of registered models for
one's application. Check the :ref:registration tutorial
<tutorial-registration> for more details.mongoDB backend <mongo-server>.
Pre-alpha at this stage.Sql backend <sql-server>.
Pre-alpha at this stage.where <query_where> selector for ad-hoc queries. The argument is
a valid expression (lua_ for redis_ and javascript for mongodb_).stdnet.odm.AutoIdField and it does not
inherit from :class:stdnet.odm.IntegerField so that it can work
for different backends.test module into the :mod:stdnet.utils.test module and refactored
the main test class for handling tests on multiple back-ends at once.stdnet.odm.ManyToManyField field can perform queries on the whole
data-set of the model which maintains the
:ref:many-to-many relationship <many-to-many>.
To do so, the manager must be accessed via the class rather than an instance.
Also the through attribute has been removed as it was equivalent to
the model attribute.load_only <performance-loadonly> query method can be applied to
field of related models.load_related <performance-loadrelated> query method can now load only
the primary key of the related element.stdnet.odm.ForeignKey.related_name attribute
to accommodate for multiple foreign keys with same related model in the same
model.stdnet.odm.ForeignKey with attribute required
set to False. Previously the deletion of instances of the related
model caused the deletion of the instances pointing to those deleted objects.odm script when sorting with respect related model
fields which are missing.stdnet.odm.StdModel.get_attr_value method for
retrieving nested attribute values using the (optional)
:ref:double underscore notation <tutorial-underscore>.stdnet.odm.Field.default attribute made read-only.stdnet.odm.Session.add accept force_update parameter which can be used to
force an update rather than an override when an instance is persistent and
fully loaded.asynchronous tutorial <tutorial-asynchronous> for information.odm script is able to fix unique-keys/ids conflicts... _vers07: