I\'m reading and trying to understand django documentation so I have a logical question.
There is my models.py file
models.py
from django.db import mo
This overrides the default name of the objects of this class, it's something like Author:object which isn't very helpful.
Author:object
overriding it gives a more human friendly name of the object like the Author.name