#15661: LogEntry objects have no unicode method
-------------------------------------+-------------------------------------
               Reporter:  Keryn      |          Owner:  ShawnMilo
  Knight <keryn@…>                   |         Status:  closed
                   Type:  New        |      Component:  contrib.admin
  feature                            |       Severity:  Normal
              Milestone:             |       Keywords:  logentry unicode
                Version:  SVN        |      Has patch:  1
             Resolution:  fixed      |    Needs tests:  1
           Triage Stage:  Ready for  |  Easy pickings:  1
  checkin                            |
    Needs documentation:  0          |
Patch needs improvement:  1          |
-------------------------------------+-------------------------------------

Comment (by philippedelorme):

 There is a spelling error in the final patch (due to code reworking I
 think). In case entry is not ADDITION, CHANGE, DELETION, no value is
 returned.

 Code
 {{{
 return_value = _('LogEntry Object')
 }}}
 Must be replaced by
 {{{
 return _('LogEntry Object')
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15661#comment:11>
Django <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 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.

Reply via email to