--
Ticket URL: <https://code.djangoproject.com/ticket/22835>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => maxocub
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/22835#comment:1>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/22835#comment:2>
Comment (by maxocub):
Here's my [https://github.com/django/django/pull/2826 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/22835#comment:3>
* stage: Accepted => Ready for checkin
Comment:
Looks good to me.
--
Ticket URL: <https://code.djangoproject.com/ticket/22835#comment:4>
* needs_better_patch: 0 => 1
* stage: Ready for checkin => Accepted
Comment:
Left some cosmetic comments but `staticfiles_tests` are also failing.
--
Ticket URL: <https://code.djangoproject.com/ticket/22835#comment:5>
Comment (by maxocub):
I have updated my [https://github.com/django/django/pull/2826 PR] so the
staticfiles_tests won't fail anymore.
--
Ticket URL: <https://code.djangoproject.com/ticket/22835#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"9996158db467f9bef8243fcc36dc3602570e3613"]:
{{{
#!CommitTicketReference repository=""
revision="9996158db467f9bef8243fcc36dc3602570e3613"
Fixed #22835 -- Deprecated NoArgsCommand.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22835#comment:7>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/22835#comment:8>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b4002a214399d8619965f40e153ca3f7dcb20904" b4002a2]:
{{{
#!CommitTicketReference repository=""
revision="b4002a214399d8619965f40e153ca3f7dcb20904"
Refs #22835 -- Removed NoArgsCommand per deprecation timeline.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22835#comment:9>