django-ddp/dddp
2015-04-27 22:30:52 +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 Allow fresh connections from browsers that have not established a 2015-04-27 22:26:39 +10:00
__init__.py Move serializer factory into global thread context. 2015-04-27 10:29:00 +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 Allow fresh connections from browsers that have not established a 2015-04-27 22:26:39 +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 Allow fresh connections from browsers that have not established a 2015-04-27 22:26:39 +10:00
msg.py Support serializing objects that are saved with F expressions by reading field values for F expressions from database explicitly before serializing. 2015-04-27 22:30:52 +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 Allow fresh connections from browsers that have not established a 2015-04-27 22:26:39 +10:00