-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Enable seq to be imported from baker #75
Comments
radwon
added a commit
to radwon/model_bakery
that referenced
this issue
Jun 4, 2020
Enable the seq() function to be imported from the baker module like it is in the recipe module so that it can be used as baker.seq() if preferred or to avoid namespace issues. The current import can be left in place for backwards compatibility or to continue importing seq as before. Closes model-bakers#75
radwon
added a commit
to radwon/model_bakery
that referenced
this issue
Jun 4, 2020
Enable the seq() function to be imported from the baker module like it is in the recipe module so that it can be used as baker.seq() if preferred or to avoid namespace issues. The current import can be left in place for backwards compatibility or to continue importing seq as before. Closes model-bakers#75
radwon
added a commit
to radwon/model_bakery
that referenced
this issue
Jun 14, 2020
Enable the seq() function to be imported from the baker module like it is in the recipe module so that it can be used as baker.seq() if preferred or to avoid namespace issues. The current import can be left in place for backwards compatibility or to continue importing seq as before. Closes model-bakers#75
berinhard
pushed a commit
that referenced
this issue
Jun 14, 2020
Enable the seq() function to be imported from the baker module like it is in the recipe module so that it can be used as baker.seq() if preferred or to avoid namespace issues. The current import can be left in place for backwards compatibility or to continue importing seq as before. Closes #75
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it would be useful to also enable the seq() function to be imported from the baker module like it is in the recipe module so that it can be used as baker.seq() if preferred or to avoid namespace issues.
The current import can be left in place for backwards compatibility or to continue importing seq as before.
The text was updated successfully, but these errors were encountered: