Files
meet/src/backend
lebaudantoine 4e77458116 🚨(backend) fix Django deprecation warning in RecordingFactory
Addressed a `DeprecationWarning` in `RecordingFactory` related to the
`_after_postgeneration` method, which will stop saving the instance after
postgeneration hooks in the next major release. To resolve this,
`skip_postgeneration_save=True` was added to `RecordingFactory.Meta` to
avoid extraneous save calls. Alternatively, if instance saving is needed,
the save call can be moved to postgeneration hooks or by overriding
`after_postgeneration`.
2024-11-13 18:34:16 +01:00
..
2024-07-31 13:12:30 +02:00
2024-07-01 19:46:55 +02:00
2024-11-04 14:17:31 +01:00
2024-07-31 13:12:30 +02:00
2024-07-01 19:46:55 +02:00