aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/resources/models.py')
-rw-r--r--pyblackbird_cc/resources/models.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyblackbird_cc/resources/models.py b/pyblackbird_cc/resources/models.py
index a03992b..05a848c 100644
--- a/pyblackbird_cc/resources/models.py
+++ b/pyblackbird_cc/resources/models.py
@@ -45,9 +45,8 @@ class Resource(models.Model):
null=False,
related_name="main_resource_category",
)
- additional_resource_category = models.ManyToManyField(
+ subcategories = models.ManyToManyField(
"ResourceSubcategory",
- null=True,
blank=True,
related_name="additional_resource_category",
)