You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File ".../django/db/models/fields/related_descriptors.py", line 1130, in set
self.add(*new_objs, through_defaults=through_defaults)
File ".../django_multitenant/mixins.py", line 42, in add
through_defaults[
TypeError: 'NoneType' object does not support item assignment
The text was updated successfully, but these errors were encountered:
Python 3.10.6
Django 4.0.9
django-multitenant 3.2
The text was updated successfully, but these errors were encountered: