Changes between Version 1 and Version 2 of Ticket #22257, comment 11
- Timestamp:
- Mar 24, 2014, 4:42:02 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22257, comment 11
v1 v2 1 1 I think we can keep default as `stdout` and and for #22258, we can do the following: 2 2 3 - When -o is not used, let the data be printed to `stdout`, as the data is printing people can see it and I don't think any progress display is required there. 3 - When -o is not used, let the data be printed to `stdout`, as the data is printing people can see it and I don't think any progress display is required there. Also people may not want to open a file everytime they perform `dumpdata` even for small databases. If its large they'll use -o. 4 4 5 5 - When -o will be used, then we can display progress percentage or something like that.