Re: [Django] #13607: Admin date_hierarchy drill-down should auto-initialise to appropriate level

2010-12-03 Thread Django
#13607: Admin date_hierarchy drill-down should auto-initialise to appropriate 
level
+---
  Reporter:  DrMeers| Owner:  DrMeers   
  
Status:  assigned   | Milestone:  1.3   
  
 Component:  User Experience|   Version:  SVN   
  
Resolution: |  Keywords:  admin, 
date_hierarchy, sprintdec2010
 Stage:  Ready for checkin  | Has_patch:  1 
  
Needs_docs:  0  |   Needs_tests:  0 
  
Needs_better_patch:  0  |  
+---
Changes (by brodie):

  * 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 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] #13607: Admin date_hierarchy drill-down should auto-initialise to appropriate level

2010-12-03 Thread Django
#13607: Admin date_hierarchy drill-down should auto-initialise to appropriate 
level
--+-
  Reporter:  DrMeers  | Owner:  DrMeers 

Status:  assigned | Milestone:  1.3 

 Component:  User Experience  |   Version:  SVN 

Resolution:   |  Keywords:  admin, date_hierarchy, 
sprintdec2010
 Stage:  Accepted | Has_patch:  1   

Needs_docs:  0|   Needs_tests:  0   

Needs_better_patch:  0|  
--+-
Changes (by DrMeers):

  * keywords:  admin, date_hierarchy => admin, date_hierarchy,
   sprintdec2010
  * needs_better_patch:  1 => 0
  * needs_tests:  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 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] #13607: Admin date_hierarchy drill-down should auto-initialise to appropriate level

2010-10-08 Thread Django
#13607: Admin date_hierarchy drill-down should auto-initialise to appropriate 
level
--+-
  Reporter:  DrMeers  | Owner:  DrMeers  
Status:  assigned | Milestone:  1.3  
 Component:  User Experience  |   Version:  SVN  
Resolution:   |  Keywords:  admin, date_hierarchy
 Stage:  Accepted | Has_patch:  1
Needs_docs:  0|   Needs_tests:  1
Needs_better_patch:  1|  
--+-
Changes (by mk):

  * needs_better_patch:  0 => 1
  * needs_tests:  0 => 1

Comment:

 A (dumb?) question: Is cl.query_set the unfiltered queryset or is it
 already filtered down by list_filters?

 Plus, tests are missing.

-- 
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] #13607: Admin date_hierarchy drill-down should auto-initialise to appropriate level

2010-06-26 Thread Django
#13607: Admin date_hierarchy drill-down should auto-initialise to appropriate 
level
--+-
  Reporter:  DrMeers  | Owner:  DrMeers  
Status:  assigned | Milestone:  1.3  
 Component:  User Experience  |   Version:  SVN  
Resolution:   |  Keywords:  admin, date_hierarchy
 Stage:  Accepted | Has_patch:  1
Needs_docs:  0|   Needs_tests:  0
Needs_better_patch:  0|  
--+-
Changes (by DrMeers):

  * owner:  => DrMeers
  * status:  new => assigned
  * has_patch:  0 => 1

Comment:

 Pretty dead-simple patch really. Much nicer to use now. I don't think the
 aggregate query has any major efficiency issues?

-- 
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] #13607: Admin date_hierarchy drill-down should auto-initialise to appropriate level

2010-06-16 Thread Django
#13607: Admin date_hierarchy drill-down should auto-initialise to appropriate 
level
--+-
  Reporter:  DrMeers  | Owner:   
Status:  new  | Milestone:  1.3  
 Component:  User Experience  |   Version:  SVN  
Resolution:   |  Keywords:  admin, date_hierarchy
 Stage:  Accepted | Has_patch:  0
Needs_docs:  0|   Needs_tests:  0
Needs_better_patch:  0|  
--+-
Changes (by russellm):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 Sounds like a reasonable suggestion; implementing it in an efficient way
 could be interesting, though.

-- 
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.



[Django] #13607: Admin date_hierarchy drill-down should auto-initialise to appropriate level

2010-05-24 Thread Django
#13607: Admin date_hierarchy drill-down should auto-initialise to appropriate 
level
---+
 Reporter:  DrMeers|   Owner:
   Status:  new|   Milestone:  1.3   
Component:  User Experience| Version:  SVN   
 Keywords:  admin, date_hierarchy  |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 Say you have a model with a {{{date_hierarchy}}} field selected in the
 {{{ModelAdmin}}}, but the dates so far only span a few days. Instead of
 seeing the year displayed, then clicking it to show the month, then
 clicking it to show the days, perhaps it would be a good idea to
 initialise it based on the span of dates to show the first level with
 multiple options. That is, if all the dates are in one month, show the
 day-level drill-down initially. If two months are spanned, but in the same
 year, show the month-level drill down initially. If multiple years are
 indeed spanned, then start with the year-level interface.

 Similarly to how {{{list_filter}}}s intelligently show/hide themselves
 based on available data.

 Happy to code this, just wanted to get my thoughts down first.

-- 
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.