Changed paths:
M django/db/backends/__init__.py
M django/db/backends/mysql/introspection.py
M django/db/backends/oracle/introspection.py
M django/db/backends/postgresql_psycopg2/introspection.py
M django/db/backends/sqlite3/introspection.py
Log Message:
-----------
Made get_table_list return a TableInfo named tuple
Changed paths:
M django/contrib/gis/tests/gis_migrations/test_commands.py
M django/db/migrations/executor.py
M django/db/migrations/recorder.py
M tests/migrations/test_base.py
M tests/migrations/test_executor.py
Log Message:
-----------
Called table_names instead of get_table_list in migrations