mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
fix migration ref in test and fix test run
This commit is contained in:
parent
7d93346352
commit
7aeb1aa124
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ CATEGORIES_SETTINGS = {
|
|||
),
|
||||
},
|
||||
"M2M_REGISTRY": {
|
||||
# 'simpletext.simpletext': {'name': 'categories', 'related_name': 'm2mcats'},
|
||||
"simpletext.simpletext": {"name": "categories", "related_name": "m2mcats"},
|
||||
"flatpages.flatpage": (
|
||||
{"name": "other_categories", "related_name": "other_cats"},
|
||||
{"name": "more_categories", "related_name": "more_cats"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue