Opened 8 years ago

Closed 8 years ago

#26150 closed Cleanup/optimization (fixed)

Sort app labels in migrate command output

Reported by: Markus Holtermann Owned by: Markus Holtermann
Component: Core (Management commands) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The lists of app labels in the migrate command output are currently unordered which makes it hard to find apps in there in bigger projects. Therefore the apps should be sorted in the output.

Operations to perform:
  Synchronize unmigrated apps: messages, staticfiles
  Apply all migrations: admin, auth, contenttypes, sessions, testapp

Change History (4)

comment:1 by Markus Holtermann, 8 years ago

Owner: changed from nobody to Markus Holtermann
Status: newassigned

comment:3 by Claude Paroz, 8 years ago

Easy pickings: set
Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:4 by Markus Holtermann <info@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In 4b011846:

Fixed #26150 -- Sorted app_labels in migrate command output

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