MengYing Yang
MengYing Yang
I'm not sure about which field in result, is it 'fiscal_document_files_to_exclude' ?
Hi, this TypeError seems raised by datetime.date method, not model field conversion. All supported types (which are listed in readme example and test cases) would be converted float type while...
I tried with ipython interpreter: ``` In [1]: from datetime import datetime In [2]: datetime.date(2016, 12,13) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 datetime.date(2016, 12,13) TypeError:...
If you could help, PR is always welcome. 👍 I finished supporting 1.8 (which is also LTS version) around 1 years ago. But, you know, people are lazy, maybe I'll...
Oops, sorry. I'm busy with my work and life. Anyone is able to help? 🆘
Could you provide fail cases? Thanks.
cool, could you also update usage in section auto-generation section in README.md ? This make your contribution would be visible and benefit more people 😄