gregmuellegger / django-autofixture

Can create auto-generated test data.
BSD 3-Clause "New" or "Revised" License
460 stars 118 forks source link

Fix error with FloatGenerator #53

Closed nicolov closed 9 years ago

nicolov commented 9 years ago

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.