django-ddp/dddp
2015-09-22 11:48:24 +10:00
..
accounts Bugfix dddp.accounts forgot_password feature. 2015-07-28 14:04:11 +10:00
migrations Added migration for changed field defaults on Connection.connection_id. 2015-08-13 09:47:16 +10:00
test Move test projects into path that can be imported post install. 2015-05-27 08:55:46 +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 Don't rely on HTTP_REFERER header which may not be present. 2015-09-22 11:48:24 +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 Add missing imports 2015-08-13 09:43:38 +10:00
websocket.py Include exception info in logger.error logging call. 2015-09-18 17:42:11 +10:00