Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't require setting sqlalchemy_session to None when using a factory. #1032

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

jgadling
Copy link
Contributor

fixes #1031

This fix makes it so that sqlalchemy_session_factory can be used without explicitly setting sqlalchemy_session=None in a metaclass.

@francoisfreitag
Copy link
Member

Sounds reasonable, thanks for submitting a patch!

@francoisfreitag francoisfreitag merged commit f83e0f6 into FactoryBoy:master Jul 31, 2023
19 checks passed
francoisfreitag added a commit to francoisfreitag/factory_boy that referenced this pull request Jul 31, 2023
@dunk
Copy link

dunk commented Aug 2, 2023

Any chance of a fix version release with this one in it?

francoisfreitag added a commit that referenced this pull request Aug 2, 2023
@k0t3n
Copy link

k0t3n commented Dec 4, 2023

@francoisfreitag are there any plans to release 3.3.1 with the fix? I would appreciate it. The bug is still on the latest version but has been fixed for a while.

@francoisfreitag
Copy link
Member

cc @rbarrois (who cuts the releases)

@shadowCruz
Copy link

is there someone else that would be allowed to create the release?

@francoisfreitag
Copy link
Member

francoisfreitag commented Dec 22, 2023

No.
Edit: Although I see user “dnerdy” as a maintainer on PyPI, I don’t think I have ever interacted with them in the past years.

@Jufik
Copy link

Jufik commented Mar 4, 2024

Indeed, that's be pretty nice to get this one released.
Any plans or suggestions to get 3.3.1 available in Pypi ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sqlalchemy_session_factory meta property can't be used without specifying sqlalchemy_session
6 participants