Skip to content
New issue

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

Django 1.10 - removed elements #588

Open
ClemLivy opened this issue Dec 14, 2016 · 2 comments · May be fixed by #612
Open

Django 1.10 - removed elements #588

ClemLivy opened this issue Dec 14, 2016 · 2 comments · May be fixed by #612

Comments

@ClemLivy
Copy link

TEMPLATE_CONTEXT_PROCESSOR in settings.py is replaced by
TEMPLATES = [

_```
{
...
'OPTIONS': {
'context_processors': [
],
},
},


django.conf.urls.patterns is removed in django 1.10 so urls patterns doesn't work anymore
@fakegeekhaha
Copy link

Issue still occurs even by "git clone" the master branch, tag: django_facebook-6.0.4
#539
site-packages/django_facebook-6.0.4-py2.7.egg/django_facebook/models.py", line 57, in validate_settings
context_processors = settings.TEMPLATE_CONTEXT_PROCESSORS

@jrabbit
Copy link
Contributor

jrabbit commented Dec 22, 2016

My fork and probably some other people's work on 1.10. https://github.com/jrabbit/Django-facebook/tree/migrations (see the migrations branch which includes my previous fixes for compat on 1.10)

@jrabbit jrabbit linked a pull request Mar 19, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants