Make ``loaddata`` notify about how many objects from fixture got processed
When fixture is not very small, it may take perceptibly a long while to load it. And currently there is no output from the command irrespective of verbosity level. It usually makes people feel anxious when script freezes for a long time without any output.
I have a basic patch for loaddata
(see attached diff file), but I could try making something more informative if the idea is welcomed.
Change History
(11)
Needs documentation: |
set
|
Triage Stage: |
Unreviewed → Accepted
|
Summary: |
responsive output of ``loaddata`` about how many objects got loaded → Make ``loaddata`` notify about how many objects from fixture got processed
|
Needs documentation: |
unset
|
Owner: |
changed from nobody to yitzc
|
Status: |
new → assigned
|
Triage Stage: |
Accepted → Ready for checkin
|
Patch needs improvement: |
set
|
Triage Stage: |
Ready for checkin → Accepted
|
Patch needs improvement: |
unset
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Converted attached patch to PR
Asking around in the sprint room people agreed that this doesn't really need its own documentation...