Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__().

This commit is contained in:
Hrushikesh Vaidya 2022-09-13 19:00:57 +05:30 committed by Mariusz Felisiak
parent 18473004af
commit a52bdea5a2
5 changed files with 14 additions and 7 deletions

View file

@ -1118,7 +1118,7 @@ class QueryTestCase(TestCase):
# Set a foreign key with an object from a different database
msg = (
'Cannot assign "<ContentType: multiple_database | book>": the '
'Cannot assign "<ContentType: Multiple_Database | book>": the '
"current database router prevents this relation."
)
with self.assertRaisesMessage(ValueError, msg):