summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-03-27 17:00:32 +0100
committerRaphaël Barrois <raphael.barrois@polyconseil.fr>2015-03-27 17:46:02 +0100
commit5363951bb62ca90d971bf036851dea564204ed2e (patch)
tree7180115c88a632f9dcfc36ca0846caedbc3ec952 /docs
parentbdc1b815cfdf3028379c6c3f18c9c47ee8298a70 (diff)
downloadfactory-boy-5363951bb62ca90d971bf036851dea564204ed2e.tar
factory-boy-5363951bb62ca90d971bf036851dea564204ed2e.tar.gz
Support declarations in FileField/ImageField.
Previously, the declarations (``factory.Sequence`` & co) weren't properly computed.
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index cc4a1dc..de9778b 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -10,6 +10,8 @@ ChangeLog
*Bugfix:*
- Respect custom managers in :class:`~factory.django.DjangoModelFactory` (see :issue:`192`)
+ - Allow passing declarations (e.g :class:`~factory.Sequence`) as parameters to :class:`~factory.django.FileField`
+ and :class:`~factory.django.ImageField`.
.. _v2.5.0: