Version 1.6.0
Python and Django versions supported:
- Support for Django 1.10 was added. It requires version 1.10.1 or better.
- So, as a reminder, supported Django versions for this release are: 1.7, 1.8 LTS, 1.9, 1.10.x (for x ≥ 1).
Fixes:
- No longer set
mastertoNULLbefore clearing translations when usingdelete_translations. This only triggers one query instead of two, and allows enforcing non-null foreign key at the database level. - Django system checks are now run in the test suite in addition to hvad's tests.