There is a number of tests in the backend using a soon to be deprecated function. I'm not sure if this is the best way to bring this to attention or track it, but at least this can serve as a reminder when things slow down a little.
DeprecationWarning: UserFactory._after_postgeneration will stop saving the instance after postgeneration hooks in the next major release.
If the save call is extraneous, set skip_postgeneration_save=True in the UserFactory.Meta.
To keep saving the instance, move the save call to your postgeneration hooks or override _after_postgeneration.
Terms
Issue
Summary:
There is a number of tests in the backend using a soon to be deprecated function. I'm not sure if this is the best way to bring this to attention or track it, but at least this can serve as a reminder when things slow down a little.
Detailed Deprecation Warning: