Vitaliy Kucheryaviy
Vitaliy Kucheryaviy
Hi Mustafa, How do you see it ? Managing model-forms? or managing just a regular form ?
yes, this should be implemented
is this project alive ?
Hi @tzangms Maybe you should consider giving this repo to us (Code-on team) - we are using it heavily, and can do support/maintenance for this project
Hi @chrisbodon could you define "does not work" ? does it give some error / what do you see ?
@chrisbodon are you running with `./manage.py runserver` ? Do you have `DEUBG=True` in settings ?
@chrisbodon set `DEBUG = True` and you should see more useful information ;)
@luca-digrazia thank you for PR - but tests are failing... https://github.com/vitalik/django-ninja/runs/7858252406?check_suite_focus=true and if you read the docs for that page - there is also a reference that `None` is expected...
from what I see the response from the serve is ``` "Cannot parse request body ('utf-8' codec can't decode byte 0xff in position 285: invalid start byte) ``` which probably...
Hi @OtherBarry Yeah, that's a weird one - thank you for catching :) from my tests it looks like description does some influence for some reason - so for now...