jotes/django-cookies-samesite

Samesite=None incompatibility and Django 2.1

Closed this issue · 6 comments

I think it's worth putting more efforts on supporting Samesite=None for older browser I already saw #12 also I think it would be a good idea to break django >=2.1 since even Django don't support incompatible browsers.

I would work on it if you're interested.

jotes commented

Hey @rednaks! I'm planning to merge #12 very soon. I'll ping you after that.

Yes please let me know ! thanks :)

sfdye commented

#12 is merged.

+1 for adding Django 2.x support, as Django currently has no plans to backport the fix and the only available fix version is 3.1 (scheduled release in Aug 2020)
django/django#11894

@rednaks Let me know if you still want to work on this or else I can help

jotes commented

Hi @sfdye , I believe it's merged but not released yet :)

feel free to contribute as well ans thank you for the details about the fix on django side.

@jotes no worries :)

sfdye commented

#18 will add support for Django 2.x

Please take a look @jotes