We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1c54f commit 80149f3Copy full SHA for 80149f3
CHANGELOG.txt
@@ -6,6 +6,8 @@ Changelog
6
* Support filtering with Q objects (Shohan Dutta Roy)
7
* Support random ordering with `.order_by("?")` (Shohan Dutta Roy)
8
* Support `distinct()` on querysets (Shohan Dutta Roy)
9
+* Support `iso_weekday` and `iso_year` field lookups (Andy Babic)
10
+* Support datetime transform expressions on `values` and `values_list` (Andy Babic)
11
* Fix: Correctly handle filtering on fields on related models when those fields have names that match a lookup type (Andy Babic)
12
* Fix: Correctly handle null foreign keys when traversing related fields (Andy Babic)
13
0 commit comments