You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be better to use 0 and 1 as the values rather than true or false, because sending the data via AJAX will always result in a string, and in php "false" will = true, while "0" will = false.
The text was updated successfully, but these errors were encountered:
That seems to make sense. I'll see how that change would impact my existing sites using django, and probably do this, or maybe add an option to enable this behavior
It would be better to use 0 and 1 as the values rather than true or false, because sending the data via AJAX will always result in a string, and in php "false" will = true, while "0" will = false.
The text was updated successfully, but these errors were encountered: