django-ddp/dddp
2015-08-13 09:47:16 +10:00
..
accounts Bugfix dddp.accounts forgot_password feature. 2015-07-28 14:04:11 +10:00
migrations Added migration for changed field defaults on Connection.connection_id. 2015-08-13 09:47:16 +10:00
test Move test projects into path that can be imported post install. 2015-05-27 08:55:46 +10:00
__init__.py Honour AleaIdField(max_length=...) when generating IDs. 2015-08-11 09:44:54 +10:00
admin.py Simplify ModelAdmin registration. 2015-07-16 16:26:53 +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 More aggressive searching for local AleaIdField(unique=True) when translating between meteor/object identifiers. 2015-08-13 09:46:31 +10:00
apps.py Remove unused imports from AppConfig module. 2015-06-14 00:20:39 +10:00
ddp.py Add BackdoorServer support to dddp command, add "Logs" publication. 2015-08-10 16:34:39 +10:00
logging.py Remove console noise from logging handler init. 2015-08-12 12:02:56 +10:00
main.py Add BackdoorServer support to dddp command, add "Logs" publication. 2015-08-10 16:34:39 +10:00
models.py More aggressive searching for local AleaIdField(unique=True) when translating between meteor/object identifiers. 2015-08-13 09:46:31 +10:00
msg.py WIP on Django 1.8 compatibility. 2015-06-12 23:08:27 +10:00
postgres.py Chunked payload for NOTIFY/LISTEN to get around 8KB limit on payload. 2015-08-10 18:47:04 +10:00
views.py Add missing imports 2015-08-13 09:43:38 +10:00
websocket.py Add BackdoorServer support to dddp command, add "Logs" publication. 2015-08-10 16:34:39 +10:00