ArrayField: Storing file paths in the database and validating original values #202
Closed
lucabfelix
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Using ArrayField when we save a form with images (in this case the image path string) it tries to save the string in the database and django returns an error. Is it possible to modify this behavior so that the original array values are used and confirm the submitted data?
Beta Was this translation helpful? Give feedback.
All reactions