Path to this page:
Subject: CVS commit: pkgsrc/devel/py-factory_boy
From: Adam Ciarcinski
Date: 2021-11-16 20:45:48
Message id: 20211116194548.C1716FAEC@cvs.NetBSD.org
Log Message:
py-factory_boy: updated to 3.2.1
3.2.1
*New:*
- Add support for Django 3.2
*Bugfix:*
- Do not override signals receivers registered in a \
:meth:`~factory.django.mute_signals` context.
- Change the signature for :meth:`~factory.alchemy.SQLAlchemyModelFactory._save` and
:meth:`~factory.alchemy.SQLAlchemyModelFactory._get_or_create` to avoid \
argument names clashes with a field named
``session``.
Files: