Closed sakii007 closed 8 years ago
I can't reproduce this with the dependencies listed in the chapter (Python 3,.4, Django 1.8.3, django-filter 0.10, djangorestframework 3.1.3). What made you think removing assigned
would address this error? Does your Task
model have the assigned
column or could there be a typo?
i update question, probably it will make my question more clear
No there is nothing in the update which answers any of the questions that I have.
I got this exception when i use exact code of Chapter 4:
Meta.fields contains a field that isn't defined on this FilterSet
when i remove
assigned
from this line-fields = ('sprint', 'status', 'assigned', 'backlog', )
server run the project, Sprint & Users urls works fine and task url show me error. So there must be something wrong with this assigned keyword in that particular Line of code.
Help me with this error. Thanx in Advance