From 63faf215781dffc54423e917f2ca086d17e25a1e Mon Sep 17 00:00:00 2001 From: Alessio Bogon Date: Sat, 11 Jun 2022 14:00:51 +0200 Subject: [PATCH] Add changelog entry --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index a57e6a7..4916d12 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,7 @@ Unreleased ---------- - Using a generic class container like ``dict``, ``list``, ``set``, etc. will raise a warning suggesting you to wrap your model using ``named_model(...)``. Doing this will make sure that the fixture name is correctly chosen, otherwise SubFactory and RelatedFactory aren't able to determine the name of the model. See `Generic Container Classes as models `_ `#167 `_ - Fix ``Factory._after_postgeneration`` being invoked twice. `#164 `_ `#156 `_ +- Stack traces caused by pytest-factoryboy are now slimmer. 2.4.0 ----------