I am new to Django and trying to pass an author\'s name to a view and filter out quote objects based on the author\'s name. here are the codes:
models.py
<
This will fix your problem permanently ::go to your directory
C:\python 37\Lib\site-packages\django\db\models\fields
and edit the file __init__.py and edit line 1807; replace
__init__.py
return int(value)
with
return int()
So just delete the argument value then your program will except all field references.