- Django 3 compatibility. Thank you tim-schilling and ryanhiebert!
1.1.4
- Python 3 compatibility.
1.1.3
- Fix CTE alias bug.
1.1.2
- Use `_default_manager` instead of `objects`.
1.1.1
- Fix recursive CTE pickling. Note: this is currently [broken on Django master](https://github.com/django/django/pull/9134#pullrequestreview-112057277).
1.1.0
- `With.queryset()` now uses the CTE model's manager to create a new `QuerySet`, which makes it easier to work with custom `QuerySet` classes.