-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
2
-
False
-
-
False
-
Not Selected
-
rhos-ops-platform-services-ui
-
-
-
Sprint 12
-
1
Since the PickleSerializer we are using right now is removed in Django 5.2, we have to switch to JSONSerializer. This is difficult, because we serialize objects like the Token or AccessInfo, which are not by default serializable to JSON. We need to extend the default JSONSerializer to support those objects.