gregmuellegger/django-autofixture

Fix error with FloatGenerator

Closed this issue · 0 comments

Providing a max_value to the FloatGenerator fails with:

__init__() got an unexpected keyword argument 'max_value'

There simply is a typo in generators.py, I will provide a pull request shortly.