Changed paths:
M django/db/backends/__init__.py
M django/db/backends/mysql/base.py
M django/db/backends/oracle/base.py
M tests/admin_views/tests.py
M tests/backends/tests.py
M tests/model_fields/tests.py
M tests/serializers_regress/tests.py
Log Message:
-----------
Replaced vendor checks by three feature flags.
Changed paths:
M django/db/backends/__init__.py
M django/db/backends/oracle/base.py
M tests/distinct_on_fields/tests.py
M tests/model_forms/tests.py
M tests/model_formsets/tests.py
M tests/one_to_one_regress/tests.py
Changed paths:
M django/db/backends/__init__.py
M django/db/backends/mysql/base.py
M django/db/backends/oracle/base.py
M django/db/backends/postgresql_psycopg2/base.py
M django/db/backends/sqlite3/base.py
M tests/inspectdb/tests.py
M tests/introspection/tests.py
Log Message:
-----------
Added feature flags for introspection capabilities.