divanov11 / crash-course-CRM

Django customer management platform
577 stars 732 forks source link

Update order not working #2

Open kthanigaivel opened 4 years ago

kthanigaivel commented 4 years ago

Update order not working in dashboard page

mbkimani commented 4 years ago

had same issue but resolved it. are you getting an error?

joaofranca13 commented 4 years ago

I am having the same problem 'Field 'id' expected a number but got 'pk''.

How did you managed to solve this @mbkimani ?

abhinav-710 commented 4 years ago

In update order change form with formset in the context as order_form is expecting formset

Aby-Sebastian commented 4 years ago

Hi update order is still not working correctly, did anyone resolve this issue ? @abhinav-710 @joaofranca13 @mbkimani

Aby-Sebastian commented 4 years ago

I resolved that problem by clearing the database and doing makemigrations and migrations again.