Changes between Initial Version and Version 1 of Ticket #36176, comment 1


Ignore:
Timestamp:
Feb 8, 2025, 8:22:36 AM (5 days ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36176, comment 1

    initial v1  
    11This could relate to #35308 but it's impossible to tell from your report for a few reasons.
    22
    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.
     31. 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)
     42. ''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.
    553. You didn't provide any traceback or hints that led you to conclude that Django is to blame here.
    66
Back to Top