JesseDeLoore
JesseDeLoore
FYI: COOKIE_CONSENT_NAME with a bytes value breaks on modern installations. So it doesn't work without setting this explicitly in the settings.py No complaints on COOKIE_CONSENT_MAX_AGE
> @JesseDeLoore and @motasay Can you tell us how we could recreate this error ourselves? The error happened when I didn't put a value for `COOKIE_CONSENT_NAME` and the default with...
You can use https://pypi.org/project/sqlparams/ to convert from any preferred style into the numeric dollar style. E.g. ``` import sqlparams as sqlparams query = sqlparams.SQLParams("pyformat", "numeric_dollar") fmt_qry, args = query.format("SELECT company...