From 876845102c4a217496d0f6435bfe1e3726d31fe4 Mon Sep 17 00:00:00 2001 From: Raphaƫl Barrois <raphael.barrois@polyconseil.fr> Date: Tue, 16 Apr 2013 11:33:00 +0200 Subject: Release v2.0.2 --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') diff --git a/docs/changelog.rst b/docs/changelog.rst index 76e2d43..173c40f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,15 @@ ChangeLog ========= +2.0.2 (2013-04-16) +------------------ + +*New:* + + - When :attr:`~factory.DjangoModelFactory.FACTORY_DJANGO_GET_OR_CREATE` is + empty, use ``Model.objects.create()`` instead of ``Model.objects.get_or_create``. + + 2.0.1 (2013-04-16) ------------------ @@ -9,6 +18,7 @@ ChangeLog - 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) ------------------ -- cgit v1.2.3