django-ddp/dddp
2015-04-23 13:50:33 +10:00
..
management Make dddp management command a subclass of the runserver command so that staticfiles works as expected. 2015-04-23 09:38:14 +10:00
migrations New DB field: Connection.server_addr, cleanup connections on shutdown. 2015-04-23 13:46:54 +10:00
__init__.py Move dddp.main.greenify() to dddp.greenify() to avoid import of threading module before green thread init. 2015-04-23 13:50:33 +10:00
admin.py Version 0.2.4 - Fix unicode rendering bug in DDP admin for ObjectMapping model. 2015-04-15 11:10:07 +10:00
alea.py Fix generation of meteor ID's to match meteor client implementation. 2015-04-14 11:08:08 +10:00
api.py Fix /schema method call. 2015-04-23 09:51:37 +10:00
apps.py Django DDP version 0.2.0 2015-04-08 16:14:22 +10:00
main.py Move dddp.main.greenify() to dddp.greenify() to avoid import of threading module before green thread init. 2015-04-23 13:50:33 +10:00
models.py New DB field: Connection.server_addr, cleanup connections on shutdown. 2015-04-23 13:46:54 +10:00
msg.py Fix non-threadsafe failure in serializer - now using thread local serializer instance. 2015-04-23 09:41:49 +10:00
notify.py Fix generation of meteor ID's to match meteor client implementation. 2015-04-14 11:08:08 +10:00
postgres.py Fix unsubscribe from publications. 2015-04-23 09:50:45 +10:00
serializer.py Add ability to deserialize DDP objects. 2015-04-23 13:24:13 +10:00
websocket.py New DB field: Connection.server_addr, cleanup connections on shutdown. 2015-04-23 13:46:54 +10:00