bernardopires / django-tenant-schemas

Tenant support for Django using PostgreSQL schemas.
https://django-tenant-schemas.readthedocs.org/en/latest/
MIT License
1.46k stars 423 forks source link

django.core.context_processors.request is deprecated #367

Closed Coder1400 closed 8 years ago

Coder1400 commented 8 years ago

The installation guide instructs the reader to make sure that 'django.core.context_processors.request' is in the TEMPLATE_CONTEXT_PROCESSORS in settings.py. However according to Django==1.9 docs it states

Furthermore you should replace django.core.context_processors with django.template.context_processors in the names of context processors.

So just a heads up. Great app so far either way. Many thanks.

goodtune commented 8 years ago

Thanks @Arken94 would you like to submit a pull request that corrects the documentation?

Keep in mind that we're attempting to support Django>=1.8 (LTS).

bernardopires commented 8 years ago

Thank you for spotting this!