I have a basic patch for `loaddata` (see attached diff file), but I could
try making something more informative if the idea is welcomed.
--
Ticket URL: <https://code.djangoproject.com/ticket/21652>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 1
* needs_better_patch: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/21652#comment:1>
* cc: while0pass@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/21652#comment:2>
--
Ticket URL: <https://code.djangoproject.com/ticket/21652#comment:3>
* owner: nobody => yitzc
* needs_docs: 1 => 0
* status: new => assigned
Comment:
Converted attached patch to [https://github.com/django/django/pull/4498
PR]
Asking around in the sprint room people agreed that this doesn't really
need its own documentation...
--
Ticket URL: <https://code.djangoproject.com/ticket/21652#comment:4>
* cc: yitzc (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/21652#comment:5>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/21652#comment:6>
* needs_better_patch: 0 => 1
* stage: Ready for checkin => Accepted
Comment:
I think using `\r` would make more sense here.
--
Ticket URL: <https://code.djangoproject.com/ticket/21652#comment:7>
* needs_better_patch: 1 => 0
Comment:
[https://github.com/django/django/pull/4520 Updated PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/21652#comment:8>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/21652#comment:9>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"188a2418807f661eedfc675731521f2f46a3c49a" 188a2418]:
{{{
#!CommitTicketReference repository=""
revision="188a2418807f661eedfc675731521f2f46a3c49a"
Fixed #21652 -- Added notification when processing objects in loaddata
Added a running count of the objects processed by loaddata when
verbosity >= 3.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21652#comment:10>