Skip to content

Commit b6ceff7

Browse files
committed
fix migration ref in test and fix test run
1 parent 8feebf1 commit b6ceff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/settings-testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
),
124124
},
125125
"M2M_REGISTRY": {
126-
# 'simpletext.simpletext': {'name': 'categories', 'related_name': 'm2mcats'},
126+
"simpletext.simpletext": {"name": "categories", "related_name": "m2mcats"},
127127
"flatpages.flatpage": (
128128
{"name": "other_categories", "related_name": "other_cats"},
129129
{"name": "more_categories", "related_name": "more_cats"},

0 commit comments

Comments
 (0)