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.
When manually unflagging the old flagrequest is not removed while it should be.
Number of flag requests can be obtained by:
Steps: