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
All provided args and kwargs must be serializable values, since they are encoded into the URL.
Maybe we can wrap each individual view with another view that automatically pulls serialized arguments from the database?
Is resolving this actually worth it? I don't believe it's possible for standard Django views to accept objects are arguments, so is there any reason why converted views should behave differently?
Current Situation and Proposed Actions
There are currently a few resolvable limitations of
view_to_iframe.argsandkwargsmust be serializable values, since they are encoded into the URL.