diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-06-20 01:43:56 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-06-20 01:43:56 +0200 |
commit | cdc3ae9a91cbe7db1728bb0e83b1c3beee940310 (patch) | |
tree | ab7a6f66e70cffeea048e698c833a388304b42f0 /docs | |
parent | 4f786ac280d7454205ee7922385420a0623974b2 (diff) | |
download | factory-boy-cdc3ae9a91cbe7db1728bb0e83b1c3beee940310.tar factory-boy-cdc3ae9a91cbe7db1728bb0e83b1c3beee940310.tar.gz |
Update ChangeLog.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 98b177d..4437528 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,6 +17,8 @@ ChangeLog to ease resetting the sequence counter for a given factory. - Add debug messages to ``factory`` logger. - Add a :meth:`~factory.Iterator.reset` method to :class:`~factory.Iterator` (:issue:`63`) + - Add support for the SQLAlchemy ORM through :class:`~factory.alchemy.SQLAlchemyModelFactory` + (:issue:`64`, thanks to `Romain Commandé <https://github.com/rcommande>`_) *Bugfix* |