We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc539f5 commit 762184aCopy full SHA for 762184a
test.sh
@@ -1,3 +1,9 @@
1
+# TODO:
2
+#
3
+# * m2m_through_regress
4
+# * many_to_one_null
5
+
6
7
python django/tests/runtests.py --settings=testapp.settings \
8
aggregation \
9
aggregation_regress \
@@ -56,12 +62,10 @@ python django/tests/runtests.py --settings=testapp.settings \
56
62
m2m_regress \
57
63
m2m_signals \
58
64
m2m_through \
59
- # m2m_through_regress \
60
65
m2o_recursive \
61
66
managers_regress \
67
many_to_many \
68
many_to_one \
- # many_to_one_null \
69
max_lengths \
70
migrate_signals \
71
migration_test_data_persistance \
0 commit comments