paulocheque / django-dynamic-fixture

A complete library to create dynamic model instances for testing purposes.
http://django-dynamic-fixture.readthedocs.io/
Other
390 stars 67 forks source link

Getting proper random values for small/positivesmall integer fields #34

Closed dmrz closed 10 years ago

dmrz commented 10 years ago

From Django documentation:

Default integer field random range 1 - 1000000 will eventually emit values that can cause database errors for both of those fields.

I'm sorry I didn't provide a test :(

coveralls commented 9 years ago

Coverage Status

Changes Unknown when pulling 30d4492acf65cbba731da81fa3bcd30de9dd35c0 on dmrz:master into \ on paulocheque:master**.