Menu

#588 Django 1.10 - removed elements

open
nobody
None
2016-12-22
2016-12-14
Anonymous
No

Originally created by: ClemLivy

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

Related

Tickets: #612

Discussion

  • Anonymous

    Anonymous - 2016-12-21

    Originally posted by: fakegeekhaha

    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

     

    Related

    Tickets: #539

  • Anonymous

    Anonymous - 2016-12-22

    Originally posted by: jrabbit

    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)

     

Log in to post a comment.

MongoDB Logo MongoDB