Geoffrey B. Eisenbarth

Results 26 comments of Geoffrey B. Eisenbarth

Has there been any progress on this or #20 ? I was hoping to use this with two different admin sites in a single Django project.

Anyone know if this has been addressed?

Not quite sure what you're aiming for here, but Bootstrap 5.1 (the version you used in your JSFiddle) doesn't use jQuery and will handle the collapse for you if you...

Any chance this is on the roadmap? Looks like it would be a great addition to the lib.

Adding the first line `div` as @zapotocnylubos mentioned solve the issue for me. Can we get this merged into the repo?

I can also verify that @zapotocnylubos 's solution above fixes the missing error for ReCaptchaV3 + Crispy Forms.

I'm putting together a PR that addresses this as well as #122; I believe my approach is sufficient to avoid concerns with raw SQL being passed as args/kwargs. I've got...

@ipamo What about a simple `on_conflict` param that defaults to `None`, but accepts either `'update'` or `'ignore'` (`None` would proceed without any `ON CONFLICT` logic, and `'ignore'` would replace the...

I think your concepts dealing with `static_mapping` might be a bit too complicated (EDIT: but perhaps I just need to review them further, will look into it more when I...