Re: errors dictionary

2006-05-01 Thread PythonistL
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

Re: errors dictionary

2006-04-28 Thread Ivan Sagalaev
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', {'errors': errors}) > > And what's in a temp