mirror of
https://github.com/django/django.git
synced 2025-10-09 18:12:39 +00:00
parent
232a1d297c
commit
fc8e1e0c10
54 changed files with 197 additions and 210 deletions
|
@ -30,7 +30,7 @@ class IntrospectionTests(TransactionTestCase):
|
|||
"django_table_names() returned a non-Django table")
|
||||
|
||||
def test_django_table_names_retval_type(self):
|
||||
#15216 - Table name is a list
|
||||
# Table name is a list #15216
|
||||
tl = connection.introspection.django_table_names(only_existing=True)
|
||||
self.assertIs(type(tl), list)
|
||||
tl = connection.introspection.django_table_names(only_existing=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue