Changes between Version 1 and Version 2 of Ticket #33366


Ignore:
Timestamp:
Dec 14, 2021, 11:15:19 AM (2 years ago)
Author:
Andrew Chen Wang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33366 – Description

    v1 v2  
    2222}}}
    2323
    24 Specifically, `to='auth.user'` is the issue. Our previous migrations properly had `to=settings.AUTH_USER_MODEL`. Please let me know how to fix this or whether this is a bug. Thanks!
     24Specifically, `to='auth.user'` is the issue. Our previous migrations properly had `to=settings.AUTH_USER_MODEL`. Please let me know how to fix this or whether this is a bug. As noted in that linked issue, it might be due to https://docs.djangoproject.com/en/4.0/releases/4.0/#migrations-autodetector-changes, and if this functionality is intended, then how can packages... avoid this?
     25
     26Thanks!
Back to Top