You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not urgent, since it's just a warning, but it'd be nice to get an update that removes the use of the length_is filter which raises RemovedInDjango51Warning in Django 4.2. New code should be variable|length == 1.
The text was updated successfully, but these errors were encountered:
Not urgent, since it's just a warning, but it'd be nice to get an update that removes the use of the length_is filter which raises RemovedInDjango51Warning in Django 4.2. New code should be
variable|length == 1
.The text was updated successfully, but these errors were encountered: