-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add support for suffix
in seq
(fix #93)
#111
Commits on Oct 2, 2020
-
[model-bakers#93] Add support for
suffix
inseq
- This adds a new `suffix` keyword arg to the `seq` function to allow the concatenation of a common suffix string onto a generated `seq` value. - This adds a section under "Sequences in recipes" to the documentation to provide example usage of the new keyword argument. - Additionally, an `email` field is added to the `Customer` example model in the README.md to go along with the new section in the documentation. - This also adds unit tests for the new keyword argument behavior.
Configuration menu - View commit details
-
Copy full SHA for da0c9ff - Browse repository at this point
Copy the full SHA da0c9ffView commit details -
[model-bakers#93] Change example email field to models.EmailField
- This also adds that example field to the other `Customer` class examples throughout the docs.
Configuration menu - View commit details
-
Copy full SHA for 56823ac - Browse repository at this point
Copy the full SHA 56823acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0580b41 - Browse repository at this point
Copy the full SHA 0580b41View commit details -
[model-bakers#93] Raise TypeError if suffix is not text and used with…
… text sequence - Also, change the str test case to use Person.email field (to better match the example mock data).
Configuration menu - View commit details
-
Copy full SHA for ad4190b - Browse repository at this point
Copy the full SHA ad4190bView commit details -
[model-bakers#93] Fix lint issue
- Removes unused variable in test method
Configuration menu - View commit details
-
Copy full SHA for d83cbcd - Browse repository at this point
Copy the full SHA d83cbcdView commit details
Commits on Oct 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a591405 - Browse repository at this point
Copy the full SHA a591405View commit details -
[93] (CR) Change type checks to isinstance, add unit test
- Changes made based on code review suggestions
Configuration menu - View commit details
-
Copy full SHA for 879e3e9 - Browse repository at this point
Copy the full SHA 879e3e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e72b07 - Browse repository at this point
Copy the full SHA 9e72b07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c9ad7 - Browse repository at this point
Copy the full SHA 39c9ad7View commit details
Commits on Oct 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 06128bf - Browse repository at this point
Copy the full SHA 06128bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c977842 - Browse repository at this point
Copy the full SHA c977842View commit details