diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-08-17 01:22:47 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-08-17 01:22:47 +0200 |
commit | 2611973bb62d38ff23471fdc115cdd09e351be50 (patch) | |
tree | 113cf3c40090b02d10f210ad20224cc40492f3dd /docs/changelog.rst | |
parent | 20515351bb0db936873db5dae133ea317050079d (diff) | |
download | factory-boy-2611973bb62d38ff23471fdc115cdd09e351be50.tar factory-boy-2611973bb62d38ff23471fdc115cdd09e351be50.tar.gz |
Add support for passing non-kwarg parameters to factories.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 5f25818..ffca40e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,7 @@ ChangeLog *New:* - Add :class:`~factory.CircularSubFactory` to solve circular dependencies between factories - Better creation/building customization hooks at :meth:`factory.Factory._build` and :meth:`factory.Factory.create`. + - Add support for passing non-kwarg parameters to a :class:`~factory.Factory` wrapped class. 1.1.5 (09/07/2012) ------------------ |