diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-24 20:02:08 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-24 20:02:08 +0100 |
commit | 4d6847eb93aa269130ad803fb50be99c4a7508d0 (patch) | |
tree | 9ae1cbfa28ca7bd6430b82f5fbca83316ea084ee /docs | |
parent | 6c4f5846c8e21d6e48347b7e661edb72ffabb9f1 (diff) | |
download | factory-boy-4d6847eb93aa269130ad803fb50be99c4a7508d0.tar factory-boy-4d6847eb93aa269130ad803fb50be99c4a7508d0.tar.gz |
Default Sequence.type to int (Closes #50).
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 695670f..b9ea79f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,7 @@ ChangeLog - Allow overriding the base factory class for :func:`~factory.make_factory` and friends. - Add support for Python3 (Thanks to `kmike <https://github.com/kmike>`_ and `nkryptic <https://github.com/nkryptic>`_) - Add support for ``get_or_create`` in :class:`~factory.DjangoModelFactory` + - The default :attr:`~factory.Sequence.type` for :class:`~factory.Sequence` is now :obj:`int` *Removed:* |