diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2013-04-16 11:20:18 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2013-04-16 11:20:18 +0200 |
commit | 68b5872e8cbd33f5f59ea8d859e326eb0ff0c6eb (patch) | |
tree | dd78a618459ce74ef076d4179e2b8a6b8955520f /docs | |
parent | 9e17f7ef95f7951d7373d9f0f197dd21ac077725 (diff) | |
download | factory-boy-68b5872e8cbd33f5f59ea8d859e326eb0ff0c6eb.tar factory-boy-68b5872e8cbd33f5f59ea8d859e326eb0ff0c6eb.tar.gz |
Release v2.0.1v2.0.1
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index d6d4bd8..76e2d43 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ ChangeLog ========= +2.0.1 (2013-04-16) +------------------ + +*New:* + + - Don't push ``defaults`` to ``get_or_create`` when + :attr:`~factory.DjangoModelFactory.FACTORY_DJANGO_GET_OR_CREATE` is not set. + 2.0.0 (2013-04-15) ------------------ |