django-ddp/dddp
2015-12-21 21:08:36 +11:00
..
accounts Add AccountsTestCase with login. 2015-12-21 21:08:36 +11:00
migrations Added migration for changed field defaults on Connection.connection_id. 2015-08-13 09:47:16 +10:00
test Move MeteorView out of test project urls into django_todos. 2015-12-21 21:06:13 +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 Remove doctest runner cruft from dddp.alea (now in dddp.tests). 2015-12-21 20:54:18 +11:00
api.py Crude support for pub access to this.user. 2015-12-16 21:16:16 +11:00
apps.py Permit Django 1.9 naming for postgres DB backend. 2015-12-21 20:59:08 +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 Don't supress exceptions in pgworker greenlets. 2015-12-21 20:57:11 +11:00
tests.py Add WebSocket and DDP tests to test suite. 2015-12-21 21:07:26 +11:00
views.py Pylint cleanups and remove logging from MeteorView. 2015-12-16 17:04:31 +11:00
websocket.py Re-raise exceptions after sending error to client. 2015-12-21 21:04:44 +11:00