Re: [Django] #3274: [patch] Provide date_list to template context in archive_month view

2010-01-10 Thread Django
#3274: [patch] Provide date_list to template context in archive_month view
+---
  Reporter:  paolo   | Owner:  nobody
 
Status:  closed | Milestone:
 
 Component:  Generic views  |   Version:  SVN   
 
Resolution:  fixed  |  Keywords:  archive_month 
date_list
 Stage:  Accepted   | Has_patch:  1 
 
Needs_docs:  0  |   Needs_tests:  1 
 
Needs_better_patch:  0  |  
+---
Changes (by kmtracey):

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

Comment:

 In r12195, forgetting to put the correct incantation in the commit
 message:

 Fixed: 3274: Added date_list context variable to the archive_month generic
 view, consistent with archive_index and archive_year. Thanks Sean Brant

-- 
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 post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.




Re: [Django] #3274: [patch] Provide date_list to template context in archive_month view

2009-04-22 Thread Django
#3274: [patch] Provide date_list to template context in archive_month view
+---
  Reporter:  paolo   | Owner:  nobody
 
Status:  new| Milestone:
 
 Component:  Generic views  |   Version:  SVN   
 
Resolution: |  Keywords:  archive_month 
date_list
 Stage:  Accepted   | Has_patch:  1 
 
Needs_docs:  0  |   Needs_tests:  1 
 
Needs_better_patch:  0  |  
+---
Comment (by kmtracey):

 Replying to [comment:4 propanbutan ]:
 > this works, and has zero potential of breaking anything. in the name of
 consistency, someone please commit this.

 It needs a test.  tests/regressiontests/views/tests/generic/date_based.py
 looks like a likely a good place to add one.

-- 
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 post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---



[Django] #3274: [patch] Provide date_list to template context in archive_month view

2007-01-10 Thread Django
#3274: [patch] Provide date_list to template context in archive_month view
---+
 Reporter:  paolo <[EMAIL PROTECTED]>  |   Owner:  adrian 
 Type:  enhancement|  Status:  new
 Priority:  normal |   Milestone:  Version 1.0
Component:  Generic views  | Version:  SVN
 Severity:  normal |Keywords:  archive_month date_list
---+
 As django.views.generic.date_based.archive_index (and
 django.views.generic.date_based.archive_year provide) provide a list of
 datetime.date to template context representing all years (and months) that
 have objects available according to queryset, it would be coerent that
 django.views.generic.date_based.archive_month provides a date_list
 containing datetime.date representing all days that have objects available
 according to queryset.

-- 
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 post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---