Re: Regression in Set-Cookie which affects Django users

2020-09-09 Thread Hanne Moa
django-cookie-samesite has a browser version guesser, because different browsers interpret samesite differently. The best solution I've heard of is setting two cookies with two different names, one the old way and one the google way. Then check for both where checking needs done, one of them being

Pendolumn

2020-09-09 Thread Damiano Porta
Hello everybody! Can I use Pendolumn (https://pendulum.eustace.io/) as default datetime library for my models? This library is good, it has very intuitive and clean API design. It is relying on the standard library. So, it is basically a "more advanced" datetime. Thanks -- You received this me

Re: Pendolumn

2020-09-09 Thread Curtis Maloney
Hi, Damiano I suspect we chatted on IRC yesterday about this... On Wed, 9 Sep 2020, at 11:01, Damiano Porta wrote: > Hello everybody! > Can I use Pendolumn (https://pendulum.eustace.io/) as default datetime > library for my models? > This library is good, it has very intuitive and clean API desi