14
0

- update to 3.2.1:

- Add support for Django 3.2
  - Do not override signals receivers registered in a :meth:`~factory.django.mute_signals` context.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-factory_boy?expand=0&rev=25
This commit is contained in:
2022-01-15 16:04:48 +00:00
committed by Git OBS Bridge
parent c0bdb65fd1
commit 9b41eec4fb
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 15 16:04:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.2.1:
- Add support for Django 3.2
- Do not override signals receivers registered in a :meth:`~factory.django.mute_signals` context.
-------------------------------------------------------------------
Tue Dec 28 22:54:39 UTC 2021 - Matej Cepl <mcepl@suse.com>