Changes between Version 4 and Version 5 of Ticket #34608, comment 3
- Timestamp:
- May 3, 2024, 8:35:07 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34608, comment 3
v4 v5 10 10 Everytime I generate migrations, I have to manually edit them so they are runnable. This is a bug in Django, and it's still present in v5.0. 11 11 It is repeatable every time, for years it has been doing it now. If you create a custom user model with the inheriance chain explained above, with the mixin shown above, you will get the same error. 12 13 I will make a repo of a minimal example project.