#29973: compilemessages misses ignore option, compiles more than needed
-------------------------------------+-------------------------------------
     Reporter:  stitch               |                    Owner:  nobody
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  Core (Management     |                  Version:  2.1
  commands)                          |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  compilemessages,     |             Triage Stage:
  ignore, translation,               |  Unreviewed
  internationalization               |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 I guess you want to use the `--exclude` option.
 {{{
 $ python manage.py compilemessages --ignore vendor
 usage: manage.py compilemessages [-h] [--locale LOCALE] [--exclude
 EXCLUDE]
                                  [--use-fuzzy] [--version] [-v {0,1,2,3}]
                                  [--settings SETTINGS]
                                  [--pythonpath PYTHONPATH] [--traceback]
                                  [--no-color] [--force-color]
 manage.py compilemessages: error: unrecognized arguments: --ignore vendor
 }}}
 See TicketClosingReasons/UseSupportChannels for places to get help before
 filing a bug report.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29973#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/064.095259b9d9aafa016656d4a9438fa79a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to