django-pjax icon indicating copy to clipboard operation
django-pjax copied to clipboard

MOVED - see https://github.com/eventials/django-pjax

Results 6 django-pjax issues
Sort by recently updated
recently updated
newest added

As documented, @pjaxtend wouldn't work as it triggered a WSGIError. Adding the parens, for `@pjaxtend()`, works perfectly.

I added radiosilence's fix (https://github.com/jacobian/django-pjax/pull/9) along with a test that returns a HttpResponse while decorated with pjaxtend. The test failed prior to the change, and passes after the try/except.

Changes: - Add a tox file testing against Django 1.3 to 1.6 and Python 2.6 and 2.7 - Add a .travis.yml file for continuous integration on Travis CI

Is the `django-pjax` capable with Jinja2? I am afraid that `TemplateResponse` is not available there...