#4447: [unicode] Admin crash when draw list of objects if field return None
-------------------------------------+--------------------------------------
Reporter:  hidded <[EMAIL PROTECTED]>  |       Owner:  adrian         
  Status:  new                       |   Component:  Admin interface
 Version:  other branch              |    Keywords:  unicode        
   Stage:  Unreviewed                |   Has_patch:  1              
-------------------------------------+--------------------------------------
 Subj. Testcase is below.
 
 {{{
 models.py:
     remote_addr = models.IPAddressField(blank=True, null=True,)
     class Admin:
         list_display = (..., 'remote_addr')
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4447>
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