django-gsheets
django-gsheets copied to clipboard
Google sheet Auto Boolean capitalization
Google sheets automatically turn "False" into "FALSE" and "True" into "TRUE", when "django-gsheets" pull the data, it can't parse the capitalized strings and outputs an error. This is a quick fix to handle capitalized Boolean values after retrieval.
Can this PR be merged? This PR definitely solve the boolean sync problem