Martey Dodoo

Results 39 comments of Martey Dodoo

`ENDLESS_PAGINATION_PER_PAGE` (see http://django-endless-pagination.readthedocs.org/en/latest/customization.html#settings) is probably want you are looking for.

@jameserrico, the [django-google-analytics packages with a version of 1](http://pypi.python.org/pypi/django_google_analytics/1) on PyPi is not the same package as this one.

#108 describes a similar issue to this. As I wrote in the comments there, I think changing the library to use Python dictionaries directly (instead of args and kwargs) makes...

I've also made changes to the CircleCI configuration so that the automated tests won't automatically fail.

Would it make more sense to just return all headers? This would negate the need to add more code if Facebook adds more useful headers (e.g. `X-Page-Usage`, etc.).

> Since TestGetAppAccessToken from test/test_facebook.py does not guarantees a valid app access token, how should I write meaningful test codes? `TestGetAppAccessToken` does not explicitly validate the app access token to...

In order to release 1.0.0 as soon as possible, I am moving this to the 2.0.0 milestone. This isn't a reflection of the quality of your pull request, but of...

> While fixing this an issue with HTTPError handling was found. The original > library was written using urllib2 rather than requests. When the change to > requests was made...

Thanks to the additional information you provided, I think I have figured out what is happening. `get_version` does call `/me`, but it never checks the result. The method looks at...

In order to release 1.0.0 as soon as possible, I am moving this to the 2.0.0 milestone. This isn't a reflection of the quality of your pull request, but of...