Closed faucomte97 closed 2 weeks ago
X-XSS-Protection
captcha
django-recaptcha
re_path
url
UserAdmin
two_factor
href
force_text
force_bytes
ugettext
gettext
This change is
Upgrade from Django 3.2 to Django 4.2
X-XSS-Protection
header to 1 as Django stopped doing itcaptcha
library todjango-recaptcha
re_path
instead ofurl
UserAdmin
class to be able to still add custom Django admin panel actions to ittwo_factor
templates that we overrode a while back to customise them, to match the new latest version of the librarytwo_factor
views that we overrode a while back to customise them, to match the new latest version of the libraryhref
of the anchor which got updated to a button by Djangoforce_text
withforce_bytes
ugettext
withgettext
This change is