Harry Kim

Results 2 issues of Harry Kim

This doesn't work for Json fields... can you propose a solution?

I'm trying to mock out and test a m2m field get set in my test. I'm also using model_bakery for fixtures The code I want to test is: `provider_currency.supported_countries.set(supported_countries)` And...