------------------
* Add `dddp.models.get_meteor_id` and `dddp.models.get_object_id`
methods.
* Add `Connection`, `Subscription` and `SubscriptionColleciton` models,
instances of which are managed during life cycle of connections and
subscriptions.
* Fixed incorrect use of `django.core.serializers` where different
threads used same the serializer instance.
* Add `Collection.user_rel` class attribute allowing user-specific
filtering of objects at the collection level.
* Add `dddp.test` test project with example meteor-todos/django-ddp
project.
* Change `dddp` management command default port from 3000 to 8000.
* Validate `django.conf.settings.DATABASES` configuration on start.
* React to `django.db.models.signals.m2m_changed` model changes for
ManyToManyField.
* Add dependency on `django-dbarray`.