3 | | 1. You didn't provide exact steps to reproduce. Your report is lacking Python and/or Django version and the exact step to reproduce (how did you invoke the command? how is your WSL seetup) |
4 | | 2. ''Running data migrations'' usually means calling `migrate` but [https://docs.djangoproject.com/en/5.1/ref/django-admin/#black-formatting the latter doesn't make use] of `black` at all. You could have meant `makemigrations` which does make use of `black` but again it's for you to tell us no for us to guess. |
| 3 | 1. You didn't provide exact steps to reproduce. Your report is lacking Python and/or Django version and the exact step to reproduce (how did you invoke the command? how is your WSL setup) |
| 4 | 2. ''Running database migrations'' usually means calling `migrate` but [https://docs.djangoproject.com/en/5.1/ref/django-admin/#black-formatting the latter doesn't make use] of `black` at all. You could have meant `makemigrations` which does make use of `black` but again it's for you to tell us no for us to guess. |