diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-06-27 01:24:41 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-06-27 01:24:41 +0200 |
commit | 1a24cf43576a18eaf8b7b7a836ca4ebb7d445148 (patch) | |
tree | 179167693bcebc6811696bbf77c7e334460cedaf | |
parent | 168ef54e5acfac59f7c625e75a0c7c6d2484cdf0 (diff) | |
download | factory-boy-1a24cf43576a18eaf8b7b7a836ca4ebb7d445148.tar factory-boy-1a24cf43576a18eaf8b7b7a836ca4ebb7d445148.tar.gz |
Update ChangeLog
-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 4437528..7ae082a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,8 @@ ChangeLog - 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>`_) + - Add :class:`factory.django.FileField` and :class:`factory.django.ImageField` hooks for + related Django model fields (:issue:`52`) *Bugfix* |