Opened 16 years ago
Last modified 13 years ago
#10656 closed
Documentation correction for unicode character encoding typo — at Initial Version
Description ¶
qs = People.objects.filter(namecontains='\xc3\85') # UTF-8 encoding of Å
should be \xc3\x85
Note:
See TracTickets
for help on using tickets.