Closed shymonk closed 4 years ago
Strange behavior. I have recently merge a PR that deals with multiple inheritance that can affect this behavior, but it can be another issue too. If you have some PR I would be happy to merge!
I added more tests for custom fields too. If you have an example in how to reproduce this issue, please attach here. Thanks! @shymonk
I have a model contains ListField(custom field) like this:
When i use G() method to create instance:
It always failed when executing
to_python
. After some debuging , i found that DDF filled calendar field with" "
instead of[1, 2, 3]
.So, my question is: How to fill custom field in G()?
I have looked over the document and tried several approaches, but they didn't help.