diff --git a/test.sh b/test.sh index b75828ed..dd9cb09b 100755 --- a/test.sh +++ b/test.sh @@ -4,7 +4,7 @@ # * many_to_one_null set -e - + DJANGO_VERSION="$(python -m django --version)" cd django diff --git a/testapp/settings.py b/testapp/settings.py index 21d7d2f5..fbce44b0 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -123,15 +123,11 @@ 'migrations.test_operations.OperationTests.test_alter_field_reloads_state_on_fk_with_to_field_target_changes', 'schema.tests.SchemaTests.test_alter_auto_field_to_char_field', 'schema.tests.SchemaTests.test_alter_auto_field_to_integer_field', - 'schema.tests.SchemaTests.test_alter_implicit_id_to_explicit', 'schema.tests.SchemaTests.test_alter_int_pk_to_autofield_pk', 'schema.tests.SchemaTests.test_alter_int_pk_to_bigautofield_pk', - 'schema.tests.SchemaTests.test_alter_pk_with_self_referential_field', 'schema.tests.SchemaTests.test_remove_field_check_does_not_remove_meta_constraints', 'schema.tests.SchemaTests.test_remove_field_unique_does_not_remove_meta_constraints', 'schema.tests.SchemaTests.test_text_field_with_db_index', - 'schema.tests.SchemaTests.test_unique_together_with_fk', - 'schema.tests.SchemaTests.test_unique_together_with_fk_with_existing_index', 'aggregation.tests.AggregateTestCase.test_count_star', 'aggregation_regress.tests.AggregationTests.test_values_list_annotation_args_ordering', 'expressions.tests.FTimeDeltaTests.test_invalid_operator',