Thursday, August 30, 2018

Re: WSGIRequest' object has no attribute 'name'

Hi,

You are probably trying to get a name property from the request object. Like this: request.name. And the request object usually doesn't have that property.

Regards,

Andréas


Den tors 30 aug. 2018 kl 15:50 skrev sankar ardhas <sankarardhas@gmail.com>:
Hi all , 
          I have a error when i submit a form that WSGIRequest' object has no attribute 'name'. what is the solution for that.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1e650abb-e867-4b7a-86f9-82f5181d93f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK4qSCdy0wSTM%3D-jCt%3DUsU5X4XYOMJg%3D3etJBKOgA_8FQRYEsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment