Hisham Mahmood

Results 4 comments of Hisham Mahmood

why does `make black` expects (at all code blocks): ``` class MyView(TestMixin1, TestMixin2, View): ... ``` instead of accepting: ``` class MyView(TestMixin1, TestMixin2, View): ... ```

@nessita, I added: - The former author to `AUTHORS` file and made a commit message with `Co-authored-by`. - Regarding [this](https://github.com/django/django/pull/16107#issuecomment-1262098976) comment, I could not really visualize what @knyghty really meant...