django-ddp/dddp
2015-09-22 18:11:45 +10: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 Don't attempt to monkey patch more than once. 2015-09-18 17:42:41 +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 Fix bug in serialization of logging.LogRecord to show formatted message. 2015-09-22 11:46:50 +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 Set blank=True on AleaIdField, allowing adding items without inventing IDs yourself. 2015-08-27 14:25:26 +10:00
msg.py WIP on Django 1.8 compatibility. 2015-06-12 23:08:27 +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 Fix error in logging call during exception handling. 2015-09-22 11:49:56 +10:00