Changes between Initial Version and Version 2 of Ticket #22616
- Timestamp:
- May 12, 2014, 7:16:26 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22616 – Description
initial v2 1 Example on useless message for makemessages.py2 1 Example on useless message for `makemessages.py` 2 {{{ 3 3 if errors: 4 4 if status != STATUS_OK: 5 5 raise CommandError( 6 6 "errors happened while running msgmerge\n%s" % errors) 7 7 }}} 8 8 This always gives: 9 django.core.management.base.CommandError 9 `django.core.management.base.CommandError` 10 10 11 11 Should: