vitorfs / colossus

Self-hosted email marketing solution
https://colossus.readthedocs.io
MIT License
503 stars 128 forks source link

'NoneType' object has no attribute 'tags' #31

Closed NayabKhan2019Mar03 closed 5 years ago

NayabKhan2019Mar03 commented 5 years ago

I am getting the attached when i am adding PRECIPITANTS ,please help sir error

NayabKhan2019Mar03 commented 5 years ago

getting in campaigns/forms.py at line number 76

"colossus\apps\campaigns\forms.py", line 76, in init self.fields['tag'].queryset = self.instance.mailing_list.tags.order_by('name')" AttributeError: 'NoneType' object has no attribute 'tags' , @vitorfs please help

vitorfs commented 5 years ago

@NayabKhan2019Mar03 Fixed with PR https://github.com/vitorfs/colossus/pull/32