diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-11 22:07:23 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-11 22:11:35 +0100 |
commit | ba1fd987dad9268a1e5a41fe10513727aadfd9b5 (patch) | |
tree | 742dde52873162fd1a8fb213e1c37e2f14a9aa17 /docs/changelog.rst | |
parent | 91592efbdff6de4b21b3a0b1a4d86dff8818f580 (diff) | |
download | factory-boy-ba1fd987dad9268a1e5a41fe10513727aadfd9b5.tar factory-boy-ba1fd987dad9268a1e5a41fe10513727aadfd9b5.tar.gz |
Add FACTORY_CLASS kwarg to make_factory and friends.
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 773efac..1a82ecd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,19 +1,18 @@ ChangeLog ========= -2.0.0 (future) --------------- +2.0.0 (current) +--------------- .. note:: This section lists features planned for v2 of factory_boy. Changes announced here may not have been committed to the repository. *New:* + - Allow overriding the base factory class for :func:`~factory.make_factory` and friends. - Add support for Python3 - - Clean up documentation - - Document extension points - Add support for ``get_or_create`` in :class:`~factory.DjangoModelFactory` -*Deprecation:* +*Removed:* - Remove associated class discovery - Stop defaulting to Django's ``Foo.objects.create()`` when "creating" instances |