berinhard/model_mommy

Move seq method outside recipes module

berinhard opened this issue · 1 comments

After explaining to @matheusbsilva how seq method works, I realized there are 2 things I think could be be improved:

  • Move the seq method to be imported directly from model mommy (but not breaking current import) as from model_mommy import seq;
  • Improve the docs on it by giving examples with make method as well;

Fixed by #372