Bharat Chauhan
Bharat Chauhan
@sgocg I am able to reproduce the error now. It's a separate issue altogether. Will be tracked in #131.
I'll have to think about this. Meanwhile, you can override the schema using a custom form: ```python # models.py class MyModel(...): my_array = ArrayField(...) # forms.py class MyModelForm(forms.ModelForm): def __init__(self,...
Currently, `anyOf` doesn't work but it will be added (#39). I can't seem to come up with a good approach to create forms for `anyOf`/`allOf`/`oneOf`. >I'm starting to lean towards...
@dongyuzheng Okay, I'll add something similar to that. I've just created an issue for this: #78
Could you please describe the use case for `DataclassJSONField`?
That does sound useful. Alright, I'm open to include this in the library. Kindly open a PR. Thank you.
Hi, I think I kind of understand what you're proposing. But if you could also provide a minimal example of the model and your callable schema function, it will be...
Okay, everything is clear now. I will provide a way to pass extra arguments to the callable in the next release. Probably introduce a new attribute called `schema_kwargs`. Something like...
Do you mean like a textarea where you can edit the JSON data?
What about something like this: [django-jsoneditor](https://github.com/nnseva/django-jsoneditor)?