- Adding better support for subclassing
AutoFixture
through merging of nestedValues
classes. - Renamed attribute and argument
none_chance
to better matching nameempty_p
for generators andnone_p
forAutoFixture
. - Fixed some issues with management command options. Thanks Mikko Hellsing for his hard work.
- Fixed issues in unregister(). Thanks Mikko Hellsing for the report.
- Fixing issue with
--generate-fk
option in management command. Thanks Mikko Hellsing for the report and fix.
- Using
Autofixture.Values
for defining initial values inAutofixture
subclasses. - Making autodiscover more robust. Don't break if some module can't be imported or throws any other exception.
- Fixing bug when a
CharField
withmax_length
smaller than 15 is used. AutoFixture.field_values
accepts callables as values.