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
It has been introduced to support negative values in query parameters, more specifically, to make an URL like https://agdsn.de/sipa/news/?start=-2&end=-1 work.
Werkzeug now supports signed values via
signed=True
for itsIntegerConverter
, so the workaround introduced in ea9bbc2 is unnecessary.Relevant lines:
sipa/sipa/base.py
Lines 19 to 27 in 1d5547b
sipa/sipa/initialization.py
Line 57 in b8d1188
The text was updated successfully, but these errors were encountered: