- BACKWARD INCOMPATIBLE CHANGE: `With.queryset()` no longer accepts a `model` argument. - Improve `With.queryset()` to select directly from the CTE rather than joining to anoter QuerySet. - Refactor `With.join()` to use real JOIN clause.
0.1.4
- Fix related field attname masking CTE column.
0.1.3
- Add `django_cte.raw.raw_cte_sql` for constructing CTEs with raw SQL.
0.1.2
- Improve error on bad recursive reference. - Add more tests. - Add change log. - Improve README. - PEP-8 style fixes.