django-ddp/dddp
2015-12-16 21:29:35 +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 Try to use dddp.test.django_todos.tests in test suite. 2015-12-14 12:43:49 +11:00
__init__.py Update CHANGES.rst, bump version number. 2015-12-16 21:29:35 +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 Crude support for pub access to this.user. 2015-12-16 21:16:16 +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 Remove debug argment from PostgresGreenlet. 2015-12-15 09:49:12 +11:00
models.py Remove unused import. 2015-12-14 13:08:02 +11:00
postgres.py Fix DB close during service stop. 2015-12-16 21:12:14 +11:00
tests.py Add test case with a GET request. 2015-12-16 21:21:23 +11:00
views.py Pylint cleanups and remove logging from MeteorView. 2015-12-16 17:04:31 +11:00
websocket.py Close DB and yield after processing msg from WebSocket. 2015-12-16 17:24:45 +11:00