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
Pattern: Model does not explicitly define __unicode__
Issue: -
Description
Django models should implement a __unicode__ method for string representation. A parent class of this model does, but ideally all models should be explicit.