Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 247 Bytes

model-no-explicit-unicode.md

File metadata and controls

7 lines (4 loc) · 247 Bytes

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.