d.kirkham
d.kirkham
Hi @thibaudcolas and @laymonage, I've updated this PR to include tests and documentation. The snippet icon is still specified via the `admin_icon` attribute in the snippet class, but I changed...
@zerolab, I have prepared a new PR, #9804. `git diff` tells me the two are identical, but github begs to differ.
Giving this a bump... @jacobtoppm and @laymonage, as the authors of the change from TextField storing JSON to use of JSONField, do you think this issue is worth a small...
Hi @laymonage, the update looks good from my perspective.
Yes, makes sense. I found another templatetag with the same problem, and I had a deadline, so I've hardcoded the 403_csrf.html for now. I'll apply your solution when I get...
@thibaudcolas, is the issue my use case (ie. not wanting the block elements) being unreasonable, or is it deciding exactly how to present the UI in this circumstance? Since the...
For extra background, here is the Slack discussion that motivated me to prepare this PR: I took @gasman's lead and used a flag, but would agree, an explicit `search_fields =...
@lb-, I think this issue would be good to resolve for 5.0.
Thanks @lb-, Yes, happy to revise, hopefully within the week.
@lb- - I've made the revisions as discussed and adjusted the tests and docs accordingly. However, before I update the PR, I wanted to have a closer look at the...