You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we dbsession.commit() everywhere where factories are used, wouldn't it simpler to do it in the factory function?
This would be nicer. factoryboy has an option to automatically commit objects on creation, though when I tried adding that change to #946, but I saw some errors pop up that made it warrant investigation in a separate issue.
The text was updated successfully, but these errors were encountered:
#946 (review)
This would be nicer. factoryboy has an option to automatically commit objects on creation, though when I tried adding that change to #946, but I saw some errors pop up that made it warrant investigation in a separate issue.
The text was updated successfully, but these errors were encountered: