Sebastian Prentice
Sebastian Prentice
It appears that the release is being blocked by this #886 however it's suggested that #1006 should be merged, https://github.com/FactoryBoy/factory_boy/pull/1006#issuecomment-1499322525 I would be happy to help fix it, however, I...
I am having the same error, and i have a `main_prompt` file inside my projects subdirectory - on the creation of the project folder, the `main_prompt` is not copied across...
if ``` if redis is None: redis = Redis() push_connection(redis) ``` is equal to `Queue(connection=redis)` need to :thinking: think of how I can apply this to `Connection`'s methods [`push_connection`, `pop_connection`,...
@ccrvlh I see you added the deprecation comments a while ago, I am trying to solve this issue however there is nothing clear in the docs or your PR to...