By using Model Mommy, you don't have to set every Model field you use, Model Mommy will automatically set them for you.
but in Factory Boy, if you want to use some field in the test, you have to explicitly set the value for them in ModelFactory class.
My question is: Can Factory Boy auto generate Model field values like Model Mommy does?