--
Ticket URL: <https://code.djangoproject.com/ticket/21781>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 0
Comment:
I'm -0 on this change given backwards compatibility concerns. We have the
custom user model to let users make changes like this if they need it.
PR from the reporter is here: https://github.com/django/django/pull/2167
--
Ticket URL: <https://code.djangoproject.com/ticket/21781#comment:1>
* status: new => closed
* resolution: => wontfix
Comment:
I agree with @timo. Returning username as a substitute is a business logic
decision about the visualisation. Returning username presumes that it is a
good substitute, which won't necessarily be a true. You might want to
display "Hi, Stranger" if the user doesn't have a username; the current
implementation allows this to be fixed at the template layer. And, if you
*do* want the username as a default, you can implement this in the
template layer as well.
Thanks for the suggestion, but marking wontfix.
--
Ticket URL: <https://code.djangoproject.com/ticket/21781#comment:2>
Comment (by matej.ramuta@…):
Ok, thanks for your feedback.
--
Ticket URL: <https://code.djangoproject.com/ticket/21781#comment:3>