We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docs say: If you're using Django > 1.8, enable 'django.core.context_processors.request' in your TEMPLATES['OPTIONS'] setting, eg.:
But the django.core.context_processors.request is decapricated in favor of 'django.template.context_processors.request'
Maybe change docs?
The text was updated successfully, but these errors were encountered:
I probably should.
To be honest, I haven't used Django since 1.8, so I wasn't following the changes happening and didn't update this "library".
Would you be happy to raise a Pull Request?
Sorry, something went wrong.
It would also be good to mention you need to add the 'cookielaw/js/cookielaw.js' file to the base template.
No branches or pull requests
The docs say:
If you're using Django > 1.8, enable 'django.core.context_processors.request' in your TEMPLATES['OPTIONS'] setting, eg.:
But the django.core.context_processors.request is decapricated in favor of 'django.template.context_processors.request'
Maybe change docs?
The text was updated successfully, but these errors were encountered: