File: func_model_does_not_use_unicode_py33.txt

package info (click to toggle)
pylint-django 2.0.13-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: python: 1,807; sh: 13; makefile: 5
file content (1 line) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (4)
1
model-has-unicode:9:SomeModel:Found __unicode__ method on model (SomeModel). Python3 uses __str__.