Comment (by Michał Pasternak):
OK, I will.
--
Ticket URL: <https://code.djangoproject.com/ticket/34023#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Mariusz Felisiak):
TBH, since creating and calling internal functions is expensive, maybe
it's better to immediately check these conditions instead of using
`user_deleted_form()` 🤔
--
Ticket URL: <https://code.djangoproject.com/ticket/34023#comment:4>
Comment (by Mariusz Felisiak):
Maybe it's more readable with `user_deleted_form()`, let's leave it for
now.
--
Ticket URL: <https://code.djangoproject.com/ticket/34023#comment:5>
* has_patch: 0 => 1
Comment:
Patch https://github.com/django/django/pull/16089
--
Ticket URL: <https://code.djangoproject.com/ticket/34023#comment:6>
* owner: nobody => Michał Pasternak
* status: new => assigned
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34023#comment:7>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"0f31d10c7cf94318395f51d2613297acf1970e69" 0f31d10]:
{{{
#!CommitTicketReference repository=""
revision="0f31d10c7cf94318395f51d2613297acf1970e69"
Fixed #34023 -- Added inline argument to user_deleted_form().
This binds the loop variable.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34023#comment:8>