3.0.7
- Add
select_extend()
method to extend existing SELECT-ion. Doc. - Accept
set()
as iterable value type, fixes #1445 - Add test for model/field inheritance and fix bug relating to recursion error
when inheriting foreign-key field. Fixes #1448. - Fix regression where consecutive calls to
ModelSelect.select()
with no
parameters resulted in an empty selection. Fixes #1438.