Changes between Version 1 and Version 2 of Ticket #28594, comment 6


Ignore:
Timestamp:
May 15, 2025, 9:30:35 AM (4 months ago)
Author:
Michal Mládek

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28594, comment 6

    v1 v2  
    11Hi, and thanks for the opportunity to look into this ticket.
    22
    3 It seems that the issue has already been addressed in some form (via documentation updates), and it may have just been left open by oversight. In any case, the problem is no longer present in supported Django versions — as of 3.0, using a ForeignKey for USERNAME_FIELD is unsupported.
     3It seems that the issue has already been addressed in some form (via documentation updates), and it may have just been left open by oversight. In any case, the problem is no longer present in supported Django versions — as of [https://docs.djangoproject.com/en/3.0/topics/auth/customizing/#django.contrib.auth.models.CustomUser.USERNAME_FIELD 3.0], using a ForeignKey for USERNAME_FIELD is unsupported.
    44
    55Given that, I would suggest closing this ticket as either resolved or invalid, unless there’s still something outstanding I may have missed.
Back to Top