Ivo Grondman
Ivo Grondman
That's actually what I meant with "working around this behaviour with a custom `generator_class` :) I do strongly object to the notion that I'm asking for "extra stuff". Yes, it...
> I don't quite follow the URL part of your issue. I'll try to be as concise as possible. Two sitatuations: 1. I do not suppy the `url` argument to...
Glad that we're on the same page now :) If I have time I can try to come up with the PR myself.
I'd like to see this popping up in the documentation somewhere. I'm a Django developer and use FactoryBoy in combination with Faker to generate large sets of mock data. Especially...
Adding to my previous comment, I'm now using the solution suggested at https://stackoverflow.com/questions/60957904/optional-nullable-value-for-factory-from-factory-boy which works, so I'm not touching my factory anymore :) Still wondering what the developers of Factory...
Same holds for the use of `~`
I'm using Tortoise ORM all over the place and being able to asynchronously load templates from a DB is something I'd definitely use 🙂
Just ran into this `tortoise.exceptions.ConfigurationError: Module not found` error myself. Using a debugger, I found out that the problem - at least in my case - was actually not that...