Commit b9b3c8b
committed
Fix date formatting in query filters to use date object directly
* Pass the timezone-aware datetime object directly to the __gte filter instead of converting it to a naive date string with .date().isoformat()1 parent 4bd4563 commit b9b3c8b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
0 commit comments