Django-facebook icon indicating copy to clipboard operation
Django-facebook copied to clipboard

Facebook open graph api implementation using the Django web framework in python

Results 104 Django-facebook issues
Sort by recently updated
recently updated
newest added

Setuptools description fields are intended to be only 1 line (see: https://setuptools.pypa.io/en/latest/references/keywords.html). This is now mandated in Setuptools v59, which has been breaking some build processes. This PR fixes the...

There is a small typo in docs/docs_env/Lib/site-packages/pip-1.0-py2.5.egg/pip/download.py. Should read `response` rather than `rsponse`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

I followed the docs step by step and when I try to update my models , have this error. ImportError: No module named 'django.forms.util' And the class definition y django.forms.utils...

Since TEMPLATE_CONTEXT_PROCESSORS is deprecated Django 1.8+, the package needs to check `TEMPLATES[*]['OPTIONS']['context_processors']` instead. Am i missing something here? If not, would be happy to send in a PR

python_2_unicode_compatible is not available on Django 3, you should use **from six import python_2_unicode_compatible** instead of **from django.utils.six import python_2_unicode_compatible** on **django_facebook/models.py**

I have updated all the url() to path() from the module django.conf.urls to django.urls

Added on_delete to ForeignKey in models Changed from django.urls.urlresolvers import reverse" to from "from django.urls import reverse"