Ivan,Thank you for your reply.
Best regards,
L.
--~--~-~--~~~---~--~~
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
PythonistL wrote:
>Is it possible to use errors dictionary with non-English character?
>
>
Sure!
>I use errors like this:
>
>if new_data['CategoryF']==None
> errors={1:'non-English characters}
> return render_to_response('shop/Errors
Is it possible to use errors dictionary with non-English character?
I use errors like this:
if new_data['CategoryF']==None
errors={1:'non-English characters}
return render_to_response('shop/Errors', {'errors': errors})
Eventhough I use in my te
3 matches
Mail list logo