Removed DatabaseFeatures.can_introspect_null.

The only known usage is in the unmaintained django-pymssql project.
This commit is contained in:
Tim Graham 2018-03-16 10:21:13 -04:00
parent 362813d628
commit f8b98f0edc
3 changed files with 2 additions and 13 deletions

View file

@ -92,7 +92,6 @@ class IntrospectionTests(TransactionTestCase):
[30, 30, 254]
)
@skipUnlessDBFeature('can_introspect_null')
def test_get_table_description_nullable(self):
with connection.cursor() as cursor:
desc = connection.introspection.get_table_description(cursor, Reporter._meta.db_table)