#1491 closed enhancement (fixed)
[patch] Made django.core.management output colourful SQL and errors
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Management commands) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django-admin now outputs all its SQL in greens and yellows, and errors in red.
the coloured output is disabled if it detects that sys.stdout is not a tty, or if it's running on win32
Attachments (2)
Change History (3)
by , 19 years ago
Attachment: | colourful.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
colour output for django-admin.py