------------------
- Merge pull request 10 from fellowshipofone/django-18. [Nicolas
Grasset]
Django 1.8 support
- Drop support for Django 1.5. [Nicolas Grasset]
- Travis test with MySQL backend. Fixes 7. [Nicolas Grasset]
7 is not “fixed”, but if the tests pass, I’ll need more details about
the issue
- Pkg 0.3.2 change log. [Nicolas Grasset]
- Pkg: Drop test support for Django 1.5. [Nicolas Grasset]
- Trigger tasks in inner savepoint commits. [Nicolas Grasset]
This is a rollback of
https://github.com/fellowshipofone/django-celery-transactions/commit/c3d
2b704101ed90b0d6eebec0f0b8acc9ff1b617 by sheats but I think it is
cleaner this way, and it is required for new Django 1.8 tests since
they are nested in atomic blocks
- Django 1.8 extra not compatible with TransactionTestCase. [Nicolas
Grasset]
- Make Django 1.8 code update compatible with 1.5. [Nicolas Grasset]
- Pkg: Update from Django 1.8 source. [Nicolas Grasset]
- Pkg: Cleanup test structure for extra 1.8 test. [Nicolas Grasset]
- [tests] Check Django 1.8 logic. [Nicolas Grasset]