django-ddp/dddp
Tyson Clugg d7dde53bdc Packaging updates in preparation for next release.
- `make test` runs tox against Python 2.7/3.3/3.4/3.5 and Django
  1.8/1.9.
- Building universal wheels with PEP-0496 Environment Markers.
- Build wheel from tox environment to ensure consistency.
- Consistent layout for setup and requirements files, now using PEP-0409
  Environment Markers.
- Dropping support for Django 1.7 (didn't work anyway).
- Moving repository to https://github.com/django-ddp/django-ddp (new
  Github organisation).
- Update changelog.
2015-12-14 13:05:28 +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 Packaging updates in preparation for next release. 2015-12-14 13:05:28 +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 Don't require DJANGO_SETTINGS_MODULE to import API. 2015-11-23 10:10:07 +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 Wait for all threads to stop upon launcher stop. 2015-11-23 11:12:48 +11:00
models.py Fix bug in get_meteor_ids() which caused extra database hits. 2015-09-25 11:29:38 +10:00
postgres.py Set application_name on PostgreSQL async connection. 2015-11-23 11:10:57 +11:00
tests.py Add dddp.tests test suite, just running doctests for now. 2015-12-14 11:57:39 +11:00
views.py Fixes #23 -- For loop instead of using . 2015-11-23 11:15:17 +11:00
websocket.py Send django.core.signals.request_finished when closing WebSocket. 2015-11-23 11:09:59 +11:00