mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed DatabaseFeatures.can_introspect_null.
The only known usage is in the unmaintained django-pymssql project.
This commit is contained in:
parent
362813d628
commit
f8b98f0edc
3 changed files with 2 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue