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?
The text was updated successfully, but these errors were encountered:
Current Situation and Proposed Actions
There are currently a few resolvable limitations of
view_to_iframe
.args
andkwargs
must be serializable values, since they are encoded into the URL.The text was updated successfully, but these errors were encountered: