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

Enable seq to be imported from baker #75

Closed
radwon opened this issue Jun 4, 2020 · 0 comments · Fixed by #76
Closed

Enable seq to be imported from baker #75

radwon opened this issue Jun 4, 2020 · 0 comments · Fixed by #76

Comments

@radwon
Copy link
Contributor

radwon commented Jun 4, 2020

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.

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant