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
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
2 matches
Mail list logo