Kye Russell
Kye Russell
Happy for Phil to speak on my behalf on this one. Cheers.
I have this issue too (latest version of polymorphic + latest version of Django 1.8) The above fix isn't working for me - changing the base class to `model` removes...
My particular issue was sidestepped by messing with some form code. It is not ideal in my case, and can foresee circumstances in which I'd still want my original request.
I think a couple of weeks ago I saw this flash up for a moment or two on my Jira instance. It disappeared after an hour or so. Assuming this...
FWIW this in my eyes seems integral when actually applying this package to a codebase. In reality, I may determine that it is OK for a _particular_ dependency to e.g....
What error are you receiving? Have you properly created the needed tables in your database? What version of PHP are you running?
The default administrator credentials are admin:**admin**, not admin:admin.
If it helps get a sense of severity: just checking in to say that also I've run into this several times.
Hi. I just took a quick, ultimately unsuccessful run at this. Nothing I couldn't solve with a bit of a closer look. I was just trying to sneak this into...
Django templates are not HTML, and treating them as HTML will result in issues like this. See issue in underlying `prettier`: https://github.com/prettier/prettier-vscode/issues/3441 Short of the VS Code extension itself knowing...