Hi all,

I am currently porting a big project from django 1.3 to 1.5. One of the 
original developpers created a custom validator in the admin in order to 
avoid certain unicode caracters. One test in the test suite is supposed to 
fail as it gives as input "blabla \x07 blabla". But it seems that Django 
automatically cleaned the input as the string which is given to the 
validator has its backslash escaped ("blabla \x07 blabla").

Does someone know where this clean-up could come from ? (its a text field)

Thanks,

Alois
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c4cb3ba1-30b0-4256-9f3a-001413961b58%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to