django-ddp/dddp
2015-11-23 11:12:48 +11:00
..
accounts Account security tokens are now calculated for each minute allowing for finer grained token expiry. 2015-09-22 18:11:45 +10:00
migrations Added migration for changed field defaults on Connection.connection_id. 2015-08-13 09:47:16 +10:00
test Update dddp/test/meteor_todos/ app to Meteor 1.2.0 (still works fine with older versions though). 2015-09-22 17:01:18 +10:00
__init__.py Update CHANGES.rst, bump version number. 2015-11-06 01:13:16 +11:00
admin.py Simplify ModelAdmin registration. 2015-07-16 16:26:53 +10:00
alea.py Python3 compatibility fix for alea module. 2015-10-29 09:25:05 +11:00
api.py Don't require DJANGO_SETTINGS_MODULE to import API. 2015-11-23 10:10:07 +11:00
apps.py Fixed #7 -- Warn if using DB engines other than psycopg2. 2015-10-08 11:37:03 +11:00
ddp.py Pass all attributes from logging.LogRecord via dddp.logs collection. 2015-09-25 11:32:04 +10:00
logging.py Pass all attributes from logging.LogRecord via dddp.logs collection. 2015-09-25 11:32:04 +10:00
main.py Wait for all threads to stop upon launcher stop. 2015-11-23 11:12:48 +11:00
models.py Fix bug in get_meteor_ids() which caused extra database hits. 2015-09-25 11:29:38 +10:00
postgres.py Set application_name on PostgreSQL async connection. 2015-11-23 11:10:57 +11:00
views.py Support METEOR_SETTINGS env var, as well as introduce METEOR_PUBLIC_ENVS var. 2015-11-05 11:41:00 +11:00
websocket.py Send django.core.signals.request_finished when closing WebSocket. 2015-11-23 11:09:59 +11:00