Re: [Django] #31620: Support "%V" format in WeekArchiveView.

2020-06-26 Thread Django
#31620: Support "%V" format in WeekArchiveView.
-+-
 Reporter:  Jakub Jagielka   |Owner:  Hasan
 |  Ramezani
 Type:  New feature  |   Status:  closed
Component:  Generic views|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mariusz Felisiak ):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"8984cab8a80af8555b1ccfa5b552d411b47f9bca" 8984cab]:
 {{{
 #!CommitTicketReference repository=""
 revision="8984cab8a80af8555b1ccfa5b552d411b47f9bca"
 Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.

 Co-authored-by: Mariusz Felisiak 
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.f895d82607e78abcce32fbd77567f19b%40djangoproject.com.


Re: [Django] #31620: Support "%V" format in WeekArchiveView.

2020-06-26 Thread Django
#31620: Support "%V" format in WeekArchiveView.
-+-
 Reporter:  Jakub Jagielka   |Owner:  Hasan
 |  Ramezani
 Type:  New feature  |   Status:  assigned
Component:  Generic views|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by felixxm):

 * stage:  Accepted => Ready for checkin


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.68f0cb4189334e49abdd6e611454fca0%40djangoproject.com.


Re: [Django] #31620: Support "%V" format in WeekArchiveView.

2020-06-26 Thread Django
#31620: Support "%V" format in WeekArchiveView.
+--
 Reporter:  Jakub Jagielka  |Owner:  Hasan Ramezani
 Type:  New feature |   Status:  assigned
Component:  Generic views   |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by Hasan Ramezani):

 * needs_better_patch:  1 => 0


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.7bfe9e5f39784af11262863250798bdc%40djangoproject.com.


Re: [Django] #31620: Support "%V" format in WeekArchiveView.

2020-06-25 Thread Django
#31620: Support "%V" format in WeekArchiveView.
+--
 Reporter:  Jakub Jagielka  |Owner:  Hasan Ramezani
 Type:  New feature |   Status:  assigned
Component:  Generic views   |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  1
Easy pickings:  0   |UI/UX:  0
+--
Changes (by Jakub Jagielka):

 * needs_better_patch:  0 => 1


Comment:

 Replying to [comment:3 Hasan Ramezani]:

 Unfortunately the implementation is wrong. ISO weeks start on Monday.

 https://en.wikipedia.org/wiki/ISO_week_date

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.a4bd98801ce218fd8ead710f1eac9c5f%40djangoproject.com.


Re: [Django] #31620: Support "%V" format in WeekArchiveView.

2020-06-25 Thread Django
#31620: Support "%V" format in WeekArchiveView.
+--
 Reporter:  Jakub Jagielka  |Owner:  Hasan Ramezani
 Type:  New feature |   Status:  assigned
Component:  Generic views   |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by Hasan Ramezani):

 * owner:  Omkar Kulkarni => Hasan Ramezani
 * has_patch:  0 => 1


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.73a4d35d8e1c2b58891c6def03020939%40djangoproject.com.


Re: [Django] #31620: Support "%V" format in WeekArchiveView.

2020-05-26 Thread Django
#31620: Support "%V" format in WeekArchiveView.
+--
 Reporter:  Jakub Jagielka  |Owner:  Omkar Kulkarni
 Type:  New feature |   Status:  assigned
Component:  Generic views   |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by Omkar Kulkarni):

 * owner:  nobody => Omkar Kulkarni
 * status:  new => assigned


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.c7c7f24867c60ae97650eef6071271a1%40djangoproject.com.


Re: [Django] #31620: Support "%V" format in WeekArchiveView. (was: WeekArchiveView '%V' support)

2020-05-24 Thread Django
#31620: Support "%V" format in WeekArchiveView.
+
 Reporter:  Jakub Jagielka  |Owner:  nobody
 Type:  New feature |   Status:  new
Component:  Generic views   |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Accepted
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by felixxm):

 * version:  3.0 => master
 * stage:  Unreviewed => Accepted


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.4ed07a94f1267825dda2d417a590d53b%40djangoproject.com.