django-ddp/dddp
2015-10-29 10:06:17 +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 CHNAGES.rst, bump version number. 2015-10-29 10:06:17 +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 Python3 compatibility fixes in dddp.api. 2015-10-29 09:53:52 +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 Show API endpoints when dddp command run with verbosity above 1. 2015-09-22 11:55:35 +10:00
models.py Fix bug in get_meteor_ids() which caused extra database hits. 2015-09-25 11:29:38 +10:00
postgres.py Allow Ctrl-C (Break) handling at any time, only run async DB connection when PostgresGreenlet is running. 2015-09-18 17:47:26 +10:00
views.py Correctly handle serving app content from the root path of a domain. 2015-09-22 16:58:19 +10:00
websocket.py Fixes #6 (again) -- Python 3 style exception handling. 2015-10-13 23:44:15 +11:00