All Versions
145
Latest Version
Avg Release Cycle
25 days
Latest Release
81 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v0.15.22 Changes
- 🛠 Fix the aggregates using the wrong side of the join when doing a self-referential aggregation.
- Fix for
generate_schemasparam being ignored intortoise.contrib.quart.register_tortoise
-
v0.15.21 Changes
- Fixed invalid
var IN ()SQL generated using__in=and__not_infilters. - 🛠 Fix bug with order_by on nested fields
- 🛠 Fix joining with self by reverse-foreign-key for filtering and annotation
- Fixed invalid
-
v0.15.20 Changes
- 0️⃣ Default
values()&values_list()now includes annotations. - Annotations over joins now work correctly with
values()&values_list() - Ensure
GROUP BYprecedesHAVINGto ensure that filtering by aggregates work correctly. - Cast
BooleanFieldvalues correctly on SQLite & MySQL
- 0️⃣ Default
-
v0.15.19 Changes
- 🛠 Fix Function with
source_fieldoption. (#311)
- 🛠 Fix Function with
-
v0.15.18 Changes
- 🏁 Install on Windows does not require a C compiler any more.
- Fix
IntegrityErrorwith unique field andget_or_create
-
v0.15.17 Changes
- Now
get_or_none(...), classmethod ofModelclass, works in the same way asqueryset
- Now
-
v0.15.16 Changes
get_or_none(...)now raisesMultipleObjectsReturnedif multiple object fetched. (#298)
-
v0.15.15 Changes
- ➕ Add ability to suppply a
to_field=parameter for FK/O2O to a non-PK but still uniquely indexed remote field. (#287)
- ➕ Add ability to suppply a
-
v0.15.14 Changes
- ➕ add F expression support in
queryset.update()- This allows for atomic updates of data in the database. (#294)
- ➕ add F expression support in
-
v0.15.13 Changes
- 0️⃣ Applies default ordering on related queries
- 🛠 Fix post-ManyToMany related queries not being evaluated correctly
- Ordering is now preserved on ManyToMany related fetches
- 🛠 Fix aggregate function on joined table to use correct primary key
- 🛠 Fix filtering by backwards FK to use correct primary key