From 1f90c656089326228ef4aaf3d634cc843fad14b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 10 Jun 2013 01:30:04 +0200 Subject: Update ChangeLog (Closed #57). --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/changelog.rst') diff --git a/docs/changelog.rst b/docs/changelog.rst index da3c4dc..5d6c4bf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,10 @@ ChangeLog - Add the :meth:`~factory.Factory.reset_sequence` classmethod to :class:`~factory.Factory` to ease resetting the sequence counter for a given factory. +*Bugfix* + + - Properly handle non-integer pks in :class:`~factory.django.DjangoModelFactory` (#57). + *Deprecation:* - Rename :class:`~factory.RelatedFactory`'s ``name`` argument to ``factory_related_name`` (See #58) -- cgit v1.2.3