Re: 'WSGIRequest' object has no attribute 'is_ajax'

2022-09-16 Thread subin
Kindly notify me should you need any other information. On Fri, Sep 16, 2022 at 1:26 PM André Lewis wrote: > What version of Django are you using? If it's 4.1, I'm pretty sure it's no > longer supported. > > You can check the docs to confirm: > https://docs.djangoproject.com/en/4.1/ref/request-r

Re: 'WSGIRequest' object has no attribute 'is_ajax'

2022-09-16 Thread subin
I will continue learning more about . On Fri, Sep 16, 2022 at 2:06 PM Matheus Bon wrote: > I use the version 4.1 > I saw that after version 3.1 you have to implement a code to be able to use > I did this and it worked, thanks dude! > > Em sex., 16 de set. de 2022 às 09:27, André Lewis > escreve

Re: 'WSGIRequest' object has no attribute 'is_ajax'

2022-09-16 Thread Matheus Bon
I use the version 4.1 I saw that after version 3.1 you have to implement a code to be able to use I did this and it worked, thanks dude! Em sex., 16 de set. de 2022 às 09:27, André Lewis escreveu: > What version of Django are you using? If it's 4.1, I'm pretty sure it's no > longer supported. >

Re: 'WSGIRequest' object has no attribute 'is_ajax'

2022-09-16 Thread André Lewis
What version of Django are you using? If it's 4.1, I'm pretty sure it's no longer supported. You can check the docs to confirm: https://docs.djangoproject.com/en/4.1/ref/request-response/ On Thu, 15 Sept 2022 at 16:55, Matheus Bon wrote: > Hello guys! > > I'm using AJAX in my Django project, as

'WSGIRequest' object has no attribute 'is_ajax'

2022-09-15 Thread Matheus Bon
Hello guys! I'm using AJAX in my Django project, as soon as I finished writing the code and went to test it, this error always pops up. The site runs normally, it's only when I send it that this happens. What should I do? -- You received this message because you are subscribed to the Google G