#24477: Error Outputting System Checks in django/core/management/base.py
-------------------------------------+-------------------------------------
     Reporter:  DavidMuller          |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  closed
    Component:  Core (System         |                  Version:  1.8beta2
  checks)                            |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by bmispelon):

 * status:  new => closed
 * needs_better_patch:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 Hi,

 This seems more like a bug on celery's side, caused by this line:
 https://github.com/celery/celery/blob/master/celery/fixups/django.py#L161

 Management's commands `self.stderr` and `self.stdout` should be instances
 of `OutWrapper` whose `write()` method support more than one argument (in
 this instance, a `style_func` argument used for formatting).

 I'm going to mark this as `invalid`. Feel free to reopen if you think
 there's really something we should fix on Django's end.

 Thanks.

--
Ticket URL: <https://code.djangoproject.com/ticket/24477#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/069.fd9ed7d88ac7791b8073cfc27200167f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to