------------------- * Set blank=True on AleaIdField, allowing adding items without inventing IDs yourself.
0.12.1
------------------- * Add `AleaIdMixin` which provides `aid = AleaIdField(unique=True)` to models. * Use `AleaIdField(unique=True)` wherever possible when translating between Meteor style identifiers and Django primary keys, reducing round trips to the database and hence drastically improving performance when such fields are available.
0.12.0
------------------- * Get path to `star.json` from view config (defined in your urls.py) instead of from settings. * Dropped `dddp.server.views`, use `dddp.views` instead.
0.11.0
------------------- * Support more than 8KB of change data by splitting large payloads into multiple chunks.
0.10.2
------------------- * Add `Logs` publication that can be configured to emit logs via DDP through the use of the `dddp.logging.DDPHandler` log handler. * Add option to dddp daemon to provide a BackdoorServer (telnet) for interactive debugging (REPL) at runtime.