]> git.ipfire.org Git - thirdparty/patchwork.git/commit
settings: Add context processor django.template.context_processors.request
authorAndrew Donnellan <ajd@linux.ibm.com>
Thu, 27 Aug 2020 14:14:04 +0000 (00:14 +1000)
committerStephen Finucane <stephen@that.guru>
Thu, 27 Aug 2020 14:14:04 +0000 (00:14 +1000)
commit490fe2bdc64765a0efda404236a8fbd5c9230347
tree481813a964ba052b8dab92dae3b0bc2262566c6f
parent24debb57218de2edfa6eefdb81dceef70acfcd32
settings: Add context processor django.template.context_processors.request

Django 3.1 adds a new admin sidebar feature that requires the
django.template.context_processors.request context processor to be enabled
in the settings.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Reviewed-by: Stephen Finucane <stephen@that.guru>
patchwork/settings/base.py