You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to figure this out. I have __str__ method on my model, and on recent actions, I don't see the name. Instead, object(#) is displayed.In the object manu all is ok.
The text was updated successfully, but these errors were encountered:
I found what the issue is and why the __str__ value is not displayed.
I added the method after I created the entries, and that's why they are not updated with the name.
This is on 3.0.1 and will be good if it can be included in further release..
After digging into the code, I found that this is normal as the repr method returns the value from the admin log table. @farridav
Hi, I am trying to figure this out. I have
__str__
method on my model, and on recent actions, I don't see the name. Instead,object(#)
is displayed.In the object manu all is ok.The text was updated successfully, but these errors were encountered: