ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

Usage of non-existing request.REQUEST #869

Closed martin-bts closed 3 years ago

martin-bts commented 3 years ago

request.REQUEST was deprecated in Django 1.9 and subsequently removed from Django, see https://code.djangoproject.com/ticket/18659. This access method has never been available in Django 2.x and we have to use different means. This is addressed in #864 .

martin-bts commented 3 years ago

addressed in master