datafiles icon indicating copy to clipboard operation
datafiles copied to clipboard

Model.objects.all() does not convert types in primary keys

Open jacebrowning opened this issue 6 years ago • 2 comments

See this test reproducing the failure:

https://github.com/jacebrowning/datafiles/blob/e8fc6fd7be8ab15897facfcfa5cc91982849958b/tests/test_orm_usage.py#L75-L80

jacebrowning avatar Dec 26 '19 22:12 jacebrowning

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 avatar Sep 19 '22 11:09 nielslerches

@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!

jacebrowning avatar Sep 19 '22 14:09 jacebrowning