summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Baryshev <baryshev@gmail.com>2015-07-02 23:44:37 +0300
committerRaphaƫl Barrois <raphael.barrois@polytechnique.org>2015-07-05 17:04:18 +0200
commitd471c1b4b0d4b06d557b5b6a9349a7dc55515d69 (patch)
tree923ed608763457fd0bf83ff5fdb8632779b69a48 /docs
parent5114549520e95c658716b7cbe9a7ab333d8ca524 (diff)
downloadfactory-boy-d471c1b4b0d4b06d557b5b6a9349a7dc55515d69.tar
factory-boy-d471c1b4b0d4b06d557b5b6a9349a7dc55515d69.tar.gz
Fix mute_signals behavior for signals with caching
Connecting signals (with use_caching=True) inside mute_signals was breaking unmute on exit. Paused receivers were not running. This was caused by signal cache not being restored after unpatching. Workaround is to clear signal cache on exit. Fixes #212
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index eea38c5..01d5775 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -20,6 +20,7 @@ ChangeLog
*Bugfix:*
- :issue:`201`: Properly handle custom Django managers when dealing with abstract Django models.
+ - :issue:`212`: Fix :meth:`factory.django.mute_signals` to handle Django's signal caching
.. _v2.5.2: