Closed asgoel closed 4 years ago
@asgoel Thanks for the report and apologies for the issue.
Deepcopy requires pickle support for the instance and we store a memoryview
object that cannot be pickled. I'll work to add pickle support to get this addressed.
@ahawker thank you for the super fast response! Confirmed that it works for me. I also use django-ulid
, so was wondering if you could bump the version to force the ulid-py version to 0.1.0?
@asgoel Yeah, I should have it out in a few hours.
This should be available in django-ulid 0.0.4.
Running into a cryptic error when trying to deepcopy a ULID object:
Any ideas?