summaryrefslogtreecommitdiff
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-06-10 01:30:04 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-06-10 01:30:04 +0200
commit1f90c656089326228ef4aaf3d634cc843fad14b2 (patch)
treecabed99982fe133b914d9e5f5e769405265f1834 /docs/changelog.rst
parent83461f0ff1772f7d29936c11fa6ecf49c22ef1d8 (diff)
downloadfactory-boy-1f90c656089326228ef4aaf3d634cc843fad14b2.tar
factory-boy-1f90c656089326228ef4aaf3d634cc843fad14b2.tar.gz
Update ChangeLog (Closed #57).
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst4
1 files changed, 4 insertions, 0 deletions
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)