Model.manytomanyfield.all() Gives Attributeerror: 'manytomanydescriptor' Object Has No Attribute 'all'
I'm using Django 2.0.2, Python 3.6.4 and PyCharm 2017.3.3 Models: (in models.py) class Position…
Read more
Model.manytomanyfield.all() Gives Attributeerror: 'manytomanydescriptor' Object Has No Attribute 'all'