Opened 5 years ago

Closed 5 years ago

#30838 closed Cleanup/optimization (wontfix)

Please modify message about unapplied migrations.

Reported by: Ruben Garcia Owned by: nobody
Component: Migrations Version: 2.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

When running django apps under python3, I'd expect the following message to also mention python3. Should be trivial to fix, and would avoid confusion.

python3 manage.py runserver

Performing system checks...

System check identified no issues (0 silenced).

You have 17 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.

Is there an easy way to fix this?

Change History (1)

comment:1 by Mariusz Felisiak, 5 years ago

Component: UncategorizedMigrations
Resolution: wontfix
Status: newclosed
Summary: Please modify message about unapplied migrationsPlease modify message about unapplied migrations.

Thanks for this report, however pointing to python3 in this message can be even more confusing. Not all system/distributions have this alias and the environment in which you are running your Python scripts should point python to the right version (see comment).

Note: See TracTickets for help on using tickets.
Back to Top