Skip to content

Releases: zerc/django-light-draft

Version 0.6.1

27 Jul 19:56
Compare
Choose a tag to compare
  • Fixed bug with missing CSRF token in Django 2.x
  • Added integration tests
  • Added VERSION variable

Version 0.6

15 Jul 11:23
Compare
Choose a tag to compare

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

07 Apr 17:13
Compare
Choose a tag to compare
  • 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

04 Dec 23:11
67df9d0
Compare
Choose a tag to compare

Django 1.8, 1.9, 1.10, 1.11 support.

M2M enhancement

04 Aug 17:23
Compare
Choose a tag to compare
M2M enhancement Pre-release
Pre-release
  • 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()