Skip to content

Remove old flagrequest when manually unflagging #140

Description

@jelly

When manually unflagging the old flagrequest is not removed while it should be.

Number of flag requests can be obtained by:

>>> from packages.models import FlagRequest
>>> FlagRequest.objects.count()

Steps:

  • Check the number of flagged packages
  • Flag a package
  • Unflag the same package
  • Number of flagged packages should be the same.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions