Codeholics-Anonymous / Trakky

GNU General Public License v3.0
5 stars 2 forks source link

MealItem fixed, Change of mealitem requests #67

Closed Blizni13 closed 3 months ago

Blizni13 commented 3 months ago

MealItem post request was incorrect because of the foreign key problems - now it is solved by using normal PositiveIntegerField. Instead of foreign key, we check correctness of the selected product in request views.