Releases: zerc/django-light-draft
Releases · zerc/django-light-draft
Version 0.6.1
Version 0.6
Django Cache Framework instead of custom files-based solution.
The old way is deprecated. All new writes go to the cache specified.
Depending on the hash provided read will be done either from cache or from the old location.
Version 0.5
- Support Python3 and Django 2.0.x
General improvements:
- Integrations added: TravisCI, Codecov.io
- A simple integration test added for Python2.7-3.6 & Django 1.8 - 2.0
Version 0.4
Django 1.8, 1.9, 1.10, 1.11 support.
M2M enhancement
- add support of m2m relations
- rejection of bad syntax like this:
instance.<relative_field_name>__draft
. Now you can use the usual -instance.<related_field>.all()