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
At the moment page_key / to_page_key can only (un)serialize datetime+pk. It should support multiple fields. We should likely pass the raw values to the Paginator as a new parameter (raw), and do the de-serialization there, since the Paginator is the only thing that has the type information to deserialize.
The text was updated successfully, but these errors were encountered:
At the moment
page_key
/to_page_key
can only (un)serialize datetime+pk. It should support multiple fields. We should likely pass the raw values to the Paginator as a new parameter (raw
), and do the de-serialization there, since the Paginator is the only thing that has the type information to deserialize.The text was updated successfully, but these errors were encountered: