Open zned45 opened 3 years ago
Hey, until now I've only used admin users. However, I have test cases running over the code that do not indicate a problem: https://github.com/protohaus/sdg-server/blob/main/core/farms/tests/test_data_point_model.py#L43
Made a few more tests. It works with bulk_create but not create. Which Django version are you using?
I'm currently using django==3.1.4
. To see all version information, refer to the Pipfile.lock
Thanks for this.
Have you faced any issues with this?
When I try to save object programatically they are not saved. If done by admin is all good.
Any sugggestion Regards.