Opened 5 days ago

Closed 4 days ago

Last modified 4 days ago

#36176 closed Bug (needsinfo)

Run database migrations without black, program hang forever

Reported by: neoblackcap Owned by:
Component: Core (Management commands) Version: 5.1
Severity: Normal Keywords: migrate
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

System: windows wsl2 Ubuntu 22.04.5 LTS

If i don't install black, run database migrations will cause program hang forever

Change History (1)

comment:1 by Simon Charette, 4 days ago

Resolution: needsinfo
Status: newclosed

This could relate to #35308 but it's impossible to tell from your report for a few reasons.

  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)
  2. Running database migrations usually means calling migrate but 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. You didn't provide any traceback or hints that led you to conclude that Django is to blame here.

Please re-open if you can provide steps to reproduce in order to help us help you.

Last edited 4 days ago by Simon Charette (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top