Skip to content

Deprecated Function Used in Backend Tests #1933

@kolin-newby

Description

@kolin-newby

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:

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.

Metadata

Metadata

Assignees

Labels

backendRelates to the project backenddjangoRelates to Django codepythonRelates to Python code

Type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions