We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psycopg2.DataError: value too long for type character varying(42)
Python 3.6:
merchant.position = Geoposition(-32.929099000000000785,-71.549950999999992973) merchant.save()
The text was updated successfully, but these errors were encountered:
@dezmaeth How did you solve the problem? My workaround is DjangoREST serializer meta class. Then I can POST/PUT/PATCH that field
DjangoREST
POST/PUT/PATCH
Sorry, something went wrong.
No branches or pull requests
psycopg2.DataError: value too long for type character varying(42)
Python 3.6:
The text was updated successfully, but these errors were encountered: