Changes between Initial Version and Version 3 of Ticket #30821
- Timestamp:
- Sep 30, 2019, 5:35:17 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30821
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #30821 – Description
initial v3 1 1 as [https://groups.google.com/forum/#!topic/django-developers/pLS-eKhJBwE discussed on the mailing list] and [https://docs.djangoproject.com/en/2.2/ref/models/database-functions/#extract mentioned by the documentation]: Django's `week_day` is unusual in that Monday=2. 2 2 Rectify this by adding `iso_week_day` with Monday=1 through Sunday=7. 3 4 I have checked "has patch" because I have implemented this feature already and will create a PR