head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2020.05.22.01.14.03; author joerg; state dead; branches; next 1.1; commitid FE5wQ5SOiFM4Qa9C; 1.1 date 2020.05.19.18.36.32; author wiz; state Exp; branches; next ; commitid Et8QPxdoE1uGHS8C; desc @@ 1.2 log @Remove garbage @ text @2.12.0 (2019-05-11) ------------------- *New:* - Add support for Python 3.7 - Add support for Django 2.1 - Add :attr:`~factory.fuzzy.FuzzyChoice.getter` to :class:`~factory.fuzzy.FuzzyChoice` that mimics the behavior of ``getter`` in :class:`~factory.Iterator` - Make the ``extra_kwargs`` parameter of :meth:`~factory.faker.Faker.generate` optional - Add :class:`~factory.RelatedFactoryList` class for one-to-many support, thanks `Sean Harrington `_. - Make the `locale` argument for :class:`~factory.faker.Faker` keyword-only *Bugfix:* - Allow renamed arguments to be optional, thanks to `Justin Crown `_. - Fix `django_get_or_create` behavior when using multiple fields with `unique=True`, thanks to `@@YPCrumble ` 2.11.1 (2018-05-05) ------------------- *Bugfix:* - Fix passing deep context to a :class:`~factory.SubFactory` (``Foo(x__y__z=factory.Faker('name')``) 2.11.0 (2018-05-05) ------------------- *Bugfix:* - Fix :class:`~factory.fuzzy.FuzzyFloat` to return a 15 decimal digits precision float by default - :issue:`451`: Restore :class:`~factory.django.FileField` to a :class:`~factory.declarations.ParameteredAttribute`, relying on composition to parse the provided parameters. - :issue:`389`: Fix random state management with ``faker``. - :issue:`466`: Restore mixing :class:`~factory.Trait` and :meth:`~factory.post_generation`. @ 1.1 log @devel/py-factory_boy: import py-factory_boy-2.12.0 Packaged for wip by Keke, updated by me. Versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby @ text @@