#3311: New humanize filter "naturalday" (yesterday, today, tomorrow)
--------------------------------+-------------------------------------------
   Reporter:  [EMAIL PROTECTED]  |                Owner:  adrian         
     Status:  new               |            Component:  Template system
    Version:                    |           Resolution:                 
   Keywords:                    |                Stage:  Accepted       
  Has_patch:  1                 |           Needs_docs:  0              
Needs_tests:  0                 |   Needs_better_patch:  0              
--------------------------------+-------------------------------------------
Comment (by Brian Rosner <[EMAIL PROTECTED]>):

 FYI, this patch needs to get updated to trunk.  The unicode branch is now
 requiring a slight change.
 
 {{{
 from django.utils.translation import gettext as _
 }}}
 
 to
 
 {{{
 from django.utils.translation import ugettext as _
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3311#comment:10>
Django Code <http://code.djangoproject.com/>
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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to