Flavio Curella

Results 58 comments of Flavio Curella

I just haven't got around to upgrade it yet :)

I agree that there should a more convenient way to access the shortcuts, but I'm worried about name conflicts. I think `shortcuts` may be too generic of a name for...

Hi @sobolevn I'm not entirely sure a FK from `User` to `Profile` is what you want in the first place. It means that potentially more than one `User` can point...

Blueprints can use other blueprints as values for their fields. I would try something this: ```python user_factory = fakery.blueprint(User).fields(is_active=True) profile_factory = fakery.blueprint(Profile).fields(user=user_factory) empty_username = profile_factory.m(username='') email_username = profile_factory.m(username='[email protected]') ``` Keep...

@jeffwidman I dont have commit rights here, you'll have to get @joke2k involved

I agree, this sounds pretty useful. Do you have time to work on a pull request?

Sounds good! Feel free to submit a Pull Request!

Thank you for looking into this @mochi-moshi . I think integers as timestamps is what most people would expect, so I'd prefer that.

@kloczek would adding `random2` to `tests_require` in `setup.py` fix your issue?

If you have the time to work on it, I'll be more than happy to move to `pyproject.toml` and `setup.fcg`