Re: [Django] #15652: dictsort raises TemplateSyntaxError when not provided with a list of dictionaries

2012-01-14 Thread Django
#15652: dictsort raises TemplateSyntaxError when not provided with a list of
dictionaries
-+-
 Reporter:  notifications@…  |Owner:  volrath
 Type:  Bug  |   Status:  closed
Component:  Template system  |  Version:  1.3-rc1
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by ramiro):

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


Comment:

 In [17374]:
 {{{
 #!CommitTicketReference repository="" revision="17374"
 Made dictsort and dictsort reversed template filters fail silently
 when passed list of things that aren't dictionaries.

 Thanks Harris Lapiroff for the report and Daniel Barreto for the patch.

 Fixes #15652.
 }}}

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



Re: [Django] #15652: dictsort raises TemplateSyntaxError when not provided with a list of dictionaries

2012-01-06 Thread Django
#15652: dictsort raises TemplateSyntaxError when not provided with a list of
dictionaries
-+-
 Reporter:  notifications@…  |Owner:  volrath
 Type:  Bug  |   Status:  assigned
Component:  Template system  |  Version:  1.3-rc1
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by claudep):

 * stage:  Accepted => Ready for checkin


Comment:

 Looks fine.

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



Re: [Django] #15652: dictsort raises TemplateSyntaxError when not provided with a list of dictionaries

2011-11-12 Thread Django
#15652: dictsort raises TemplateSyntaxError when not provided with a list of
dictionaries
-+
 Reporter:  notifications@…  |Owner:  volrath
 Type:  Bug  |   Status:  assigned
Component:  Template system  |  Version:  1.3-rc1
 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 volrath):

 * status:  new => assigned
 * cc: daniel.barreto.n@… (added)
 * easy:   => 0
 * owner:  nobody => volrath
 * has_patch:  0 => 1
 * ui_ux:   => 0


Comment:

 adding a patch with some basic tests.

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



Re: [Django] #15652: dictsort raises TemplateSyntaxError when not provided with a list of dictionaries

2011-03-21 Thread Django
#15652: dictsort raises TemplateSyntaxError when not provided with a list of
dictionaries
---+---
   Reporter:  notifications@…  |Owner:  nobody
 Status:  new  |Milestone:
  Component:  Template system  |  Version:  1.3-rc1
 Resolution:   | Keywords:
   Triage Stage:  Accepted |Has patch:  0
Needs documentation:  0|  Needs tests:  0
Patch needs improvement:  0|
---+---
Changes (by julien):

 * needs_docs:   => 0
 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * 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 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] #15652: dictsort raises TemplateSyntaxError when not provided with a list of dictionaries

2011-03-21 Thread Django
#15652: dictsort raises TemplateSyntaxError when not provided with a list of
dictionaries
-+---
 Reporter:  notifications@…  | Owner:  nobody
   Status:  new  | Milestone:
Component:  Template system  |   Version:  1.3-rc1
 Keywords:   |  Triage Stage:  Unreviewed
Has patch:  0|
-+---
 For example, if one puts {{ "Hello"|dictsort:"a" }} into a template and
 render it, it will raise TemplateSyntaxError with Caught
 VariableDoesNotExist while rendering: Failed lookup for key [a] in u'H'.
 It should fail silently.

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