I have a simple model that have a __str__ method that returns a string as expected, but when testing the __str__ method it returns a Queryset and t
__str__