Yiwei Tian
Results
12
issues of
Yiwei Tian
I am writing tests and cannot figure out how to test with taggit field. Here is my model: ``` class Product(models.Model): name = models.CharField(_("name"), max_length=50) slug = models.SlugField(_("slug"), max_length=50, unique=True,...
question
**Description:** I need to run a workflow after a PR is closed or merged. So I set the `types` as `closed`. Now the issue is since the PR is closed...
bug