summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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)