django-ddp/dddp
2015-05-18 12:35:52 +10:00
..
accounts Login after create_user as per http://docs.meteor.com/#/full/accounts_createuser 2015-05-14 13:44:32 +10:00
migrations Refactored send_notify to add custom serialization support. 2015-05-06 19:40:54 +10:00
__init__.py Move serializer factory into global thread context. 2015-04-27 10:29:00 +10:00
admin.py Refactored send_notify to add custom serialization support. 2015-05-06 19:40:54 +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 change handler for objects updated using F expressions. 2015-05-18 12:35:52 +10:00
apps.py Refactored send_notify to add custom serialization support. 2015-05-06 19:40:54 +10:00
main.py Refactored send_notify to add custom serialization support. 2015-05-06 19:40:54 +10:00
models.py Correct ordering of outgoing messages for RPC calls that should return result after change messages. 2015-05-12 08:53:21 +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
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 Correct ordering of outgoing messages for RPC calls that should return result after change messages. 2015-05-12 08:53:21 +10:00