Changes between Initial Version and Version 1 of Ticket #19665, comment 8
- Timestamp:
- Apr 20, 2016, 7:24:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19665, comment 8
initial v1 1 1 I believe I'm having this same problem again with 1.9.5 (see below). I took a brief look at the code and perhaps the fix for #23663 reverted the fix for this bug, although my review was superficial so I might have that wrong. In the error below, I raised the CommandError exception explicitly after discovering a data validation error. 2 2 {{{ 3 3 (virtualenv3) mike@rhea:~/Workspace/auris-server/auris$ ./manage.py load_systems ../populated.json 4 4 Traceback (most recent call last): … … 25 25 self.stderr.write('%s: %s' % (e.__class__.__name__, e)) 26 26 AttributeError: 'Command' object has no attribute 'stderr' 27 }}}