Alexandre Leray

Results 6 comments of Alexandre Leray

Any plan to update the package on Pypi to version 0.3? Thanks

Hello, I'm interested by the exact same feature. What do you think about @ethanpil proposal? Thanks

Hi, I'm having the exact same problem, with any url. I'm using the package from pypi. Thanks

Very much interested in seeing this merged too!

Dpaste link is exipred. Here is the code: ```python from django.middleware.csrf import CsrfViewMiddleware from wagtail.core.views import serve from my_newsletter.models import NewsletterIndexPage class CustomCsrfViewMiddleware(CsrfViewMiddleware): def process_view(self, request, callback, callback_args, callback_kwargs): if...