datafiles
datafiles copied to clipboard
Model.objects.all() does not convert types in primary keys
See this test reproducing the failure:
https://github.com/jacebrowning/datafiles/blob/e8fc6fd7be8ab15897facfcfa5cc91982849958b/tests/test_orm_usage.py#L75-L80
Hi,
Is this issue still relevant?
If so, I'd like to take a crack at solving the issue, as I have a potential use case for this feature.
@nielslerches yes, it's still an issue. You can confirm that by removing the xfail marker to see the test fail.
Let me know if you have any more questions!