Re: Error when querying with unicode data

2008-12-05 Thread dayvo
Please ignore. I've resolved this. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email t

Error when querying with unicode data

2008-12-05 Thread dayvo
I have the following code: otherAlbums = models.Album.objects.filter (song_album__artist__name=artist).distinct().order_by('releasedate') when artist contains a unicode value, such as 'El CamarĂ³n de la Isla', then I receive the following: Exception Type: UnicodeEncodeErr