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
Thanks; that's interesting, but doesn't apply here: a single user (me) using runserver in localhost 😉
When selecting all records, the selected list could get quite big; I tried with 100K UUIDS: while the export proceeded smoothly (👏 ), I got a significant 17MB session size.
I don't know if this is an issue to worry about; just wonder whether it's worth to delete the key after using it
Hello,
I'm receiving the error
Object of type UUID is not JSON serializable
when selecting more than 1000 records for export.The offending code is:
since I'm using UUID as PKs in the exported Model, instead of Integers.
As a workaround, I JSON-serialized the list before saving into the session; see PR #5
Occasionally I saw the following exception:
which I do not explain having little experience with Django sessions; my current settings being:
Thank you for attention ;)
The text was updated successfully, but these errors were encountered: