#1597: Pluralize filter should add the "s" on zero matches.
-------------------------------+--------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  adrian
     Type:  defect             |      Status:  new   
 Priority:  low                |   Milestone:        
Component:  Template system    |     Version:        
 Severity:  minor              |    Keywords:        
-------------------------------+--------------------------------------------
 The pluralize filter in 0.91 does not add the "s" character when the given
 object is a sequence with zero items. It should because otherwise the text
 looks awkward.
 
 Compare the current:
 {{{
 Search found 0 member.
 }}}
 
 
 With the expected:
 {{{
 Search found 0 members.
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/1597>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to