- Relationship now works without generating migrations - Removed all old compat code - Added testing again Django master
0.1.5
- Fixed and added testing against PostgreSQL and MySQL/MariaDB - Added support for Django 2.2 and 3.0
0.1.4
- Allowed for callable predicates (thanks django-reverse-unique) - Fix bug in get_forward_related_filter() causing unnecessarily complicated queries - Fix bug when building exclude filters - Fix migrations under Django <2.0
0.1.3
- Added descendant and subtree fields for django-treebeard - Added subtree field for django-mptt - Modified some tests to use subtree fields - Added a changelog - Added Django 2.1 to test matrix