Hello!
As the subject states I'd like to see iso_week_day in the queryset API (in
fact, I have already implemented it in my local django fork...), for
consistency reasons (iso_year already exists), and because the way week_day
works is quite peculiar and unintuitive.
Cheers
Anatol
--
You rece
I found the ticket for iso_year, it also mentioned weeks but didn't end up
implementing it: https://code.djangoproject.com/ticket/28649 I'm not quite
sure why.
You probably know more than me. Please open a nwe ticket and create a PR
("patch") for it with your code - instructions for all those on
h
In this ticket we mentioned *iso_week* not *iso_week_day*. *week *lookup
returns the week number (1-52 or 53) according
to ISO-8601 (https://en.wikipedia.org/wiki/ISO-8601), that's why *iso_week *is
not necessary.
--
You received this message because you are subscribed to the Google Groups
"D
It seems that so far two people have replied in favour of re-opening
this ticket (or maybe make that three people if you count me), and none
have replied against re-opening it.
It's been two weeks since the last reply.
What's the next step now?
On 2019-09-12 21:52, Adam Johnson wrote:
+1 to