summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2015-03-26 23:04:41 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2015-03-26 23:04:41 +0100
commita456a9e3f440e5f61497e97d75dd0a15efe71a8d (patch)
tree43817d30fb81b64bc4fa26a331bda72e48b3d608 /docs
parent636ca46951d710a4b9d9fd61ec1da02294806d3d (diff)
downloadfactory-boy-a456a9e3f440e5f61497e97d75dd0a15efe71a8d.tar
factory-boy-a456a9e3f440e5f61497e97d75dd0a15efe71a8d.tar.gz
Remove limitations of factory.StubFactory (Closes #131).
``StubFactory.build()`` is now supported, and maps to ``StubFactory.stub()``.
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index c2da698..a6ca79e 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -16,6 +16,7 @@ ChangeLog
*Bugfix:*
- Avoid issues when using :meth:`factory.django.mute_signals` on a base factory class (see :issue:`183`).
+ - Fix limitations of :class:`factory.StubFactory`, that can now use :class:`factory.SubFactory` and co (see :issue:`131`).
*Deprecation:*