Refs #24996 -- Removed unused BaseDatabaseFeatures.supports_select_related.

Unused since 0c7633178f.
This commit is contained in:
Mariusz Felisiak 2017-07-24 19:46:02 +02:00 committed by Tim Graham
parent 27ef04bb5c
commit fe9f383357
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ class BaseDatabaseFeatures:
# than a table?
select_for_update_of_column = False
supports_select_related = True
# Does the default test database allow multiple connections?
# Usually an indication that the test database is in-memory
test_db_allows_multiple_connections = True