summaryrefslogtreecommitdiff
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2014-01-21 23:33:02 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2014-01-21 23:33:22 +0100
commit86718596359110b7fce5efbb7c28cba10f11b77d (patch)
tree7b7d0a370d0640b7430100269f2ab53c6983dcfb /docs/changelog.rst
parentdccb37f551d19d9dba68d35a888941cde64f861e (diff)
downloadfactory-boy-86718596359110b7fce5efbb7c28cba10f11b77d.tar
factory-boy-86718596359110b7fce5efbb7c28cba10f11b77d.tar.gz
Add doc for factory.django.mute_signals.
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 0bf0eb3..c051916 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -10,6 +10,7 @@ ChangeLog
*New:*
- Add support for :attr:`factory.fuzzy.FuzzyInteger.step`, thanks to `ilya-pirogov <https://github.com/ilya-pirogov>`_ (:issue:`120`)
+ - Add :meth:`~factory.django.mute_signals` decorator to temporarily disable some signals, thanks to `ilya-pirogov <https://github.com>`_ (:issue:`122`)
.. _v2.3.1: