Closed
Description
In section "Python/Django Tutorial" chapter "Define models" there is pylint [E1101]:
[pylint] Instance of 'DateTimeField' has no 'strftime'...
Refering to stackoverflow
"timezone.localtime" function has fixed the problem.
In section "Python/Django Tutorial" chapter "Define models" there is pylint [E1101]:
[pylint] Instance of 'DateTimeField' has no 'strftime'...
Refering to stackoverflow
"timezone.localtime" function has fixed the problem.