Zeph!
Zeph!
@easen-amp A customer have flagged this and asked if we plan to remediate it. I'm not sure it's within the threat model of this service but I'm hoping you might...
> This has also been flagged by our security tooling as an issue. Thanks @B3nCr I've done the analysis and concluded that CSRF issues are outside the threat model for...
@andreynovikov @cansarigol The only change required: _daterangefilter.apps line 2_ from: `from django.utils.translation import ugettext_lazy as _` to: `from django.utils.translation import gettext_lazy as _` Please do update as this is the...
@andreynovikov Would you mind merging these changes please? It's holding up a Django 4.0 for me. Thanks!