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
…are now more nuanced: if a parent declares __unicode__ then the warning code will be W5103 instead of W5101, allowing people finer grained control of whether they want that error message or not
For example:
This will generate a warning for MySubclassModel about no
__unicode__
method specified.The text was updated successfully, but these errors were encountered: