--
Ticket URL: <https://code.djangoproject.com/ticket/31718>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => marceltschoppch
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/31718#comment:1>
Comment (by Simon Charette):
Not sure this is desirable as it breaks any custom `User` model with an
`updated_at = models.DateTimeField(auto_now=True)` field.
If `updated_fields` is used this potential field won't be updated on a
password change through the management command anymore.
I'm inclined to 'wontfix' this ticket since `update_fields` would bring
little benefit with a slightly backward incompatible behaviour in this
case.
--
Ticket URL: <https://code.djangoproject.com/ticket/31718#comment:2>
Comment (by Marcel Tschopp):
Now that you say it, I think you are right. I also don't see any decent
solution to make this configurable or extendable.
Should I close my PR?
--
Ticket URL: <https://code.djangoproject.com/ticket/31718#comment:3>
* status: assigned => closed
* resolution: => wontfix
Comment:
I agree with Simon.
--
Ticket URL: <https://code.djangoproject.com/ticket/31718#comment:4>