#10523: Changing object with long __repr__ causes error
-------------------------------------------+--------------------------------
          Reporter:  bromer                |         Owner:  nobody  
            Status:  reopened              |     Milestone:          
         Component:  django.contrib.admin  |       Version:  1.2-beta
        Resolution:                        |      Keywords:          
             Stage:  Accepted              |     Has_patch:  0       
        Needs_docs:  0                     |   Needs_tests:  0       
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Changes (by andreyfedoseev):

  * status:  closed => reopened
  * version:  1.0 => 1.2-beta
  * resolution:  worksforme =>
  * milestone:  1.1 =>

Comment:

 I have exactly the same problem. I have a model which looks like this:

 class Link(models.Model):

     title = models.CharField(max_length=500)

     def __unicode__(self):
         return self.title


 When I try to delete an object with a long title in admin I get an error
 described above (traceback is attached).

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10523#comment:4>
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-upda...@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