Opened 4 years ago
Closed 4 years ago
#31678 closed Bug (duplicate)
"AttributeError: 'ManyToOneRel' object has no attribute 'select_format'" fails in 3.0.7
Reported by: | Casper Weiss Bang | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 3.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When upgrading to 3.0.7 my CI fails with the following stacktrace in my unit tests. When reverting back to 3.0.6 there is no error, which seems weird (as 3.0.7 is just a security update). I am not sure what other information is needed. Due to the nature of the stacktrace, it is difficult for me to know exactly what field is causing this failure, but it is happening on my custom User class.
https://gist.github.com/C0DK/12df9ec3ab67fd238e27b0a949a05fc8
The exact cause is unknown to me, so i am not to much help, but can gladly answer questions of any nature.
Change History (1)
comment:1 by , 4 years ago
Component: | Uncategorized → Database layer (models, ORM) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #31660.