ludrao / django-tellme

Django app that enable user feedback (feedback button)
Other
152 stars 51 forks source link

Django 4.0 - method request.is_ajax has been removed #80

Open NielkS opened 2 years ago

NielkS commented 2 years ago

Deprecation notice since django 3.1: https://docs.djangoproject.com/en/4.0/releases/3.1/#id2

gabn88 commented 1 year ago

@NielkS @ludrao Can we go ahead and merge a fix for this? Django 4 is out for a long time already and this PR has an example fix.

NielkS commented 1 year ago

@gabn88 updated PR as you suggested

agusmakmun commented 6 months ago

Guys, for temporary solution to compatible with Django 4+, you can update to this in your requirements.txt file:

django-tellme@git+https://github.com/agusmakmun/django-tellme