Custom Search

Thursday, July 4, 2013

django how to fix Exception Value: 'int' object has no attribute '__getitem__'

django how to fix Exception Value: 'int' object has no attribute '__getitem__'

Solution
======
your model's __unicode__ method should return a unicode string

1 comment: