bctiemann

Results 28 comments of bctiemann

This is happening for me with django-prettyjson 0.4.1 and Django 3.1. I'm using Safari (14.1.1) however, and it seems to be related to -webkit-appearance in the django admin's responsive.css (Chrome...

I have a branch with this enhancement, can I make a pull request?

I get permission denied when trying to push my branch. Do I need to be made a contributor or something?

On second thought—this setting should live in the model, not in the global settings.

Note that pdfkit 1.0.0 has been released, and it works fine with django-pdfkit. Please update the requirements in this package. Thanks!

Is there any way I can submit a PR? I've tried to push a branch but github tells me I don't have write permission to this repo.

Aw, that's a shame. Sorry to hear that!

Sounds like we just need to add the `installed_device=null` filter into the FilterForm.

This is difficult because while setting multiple racks to null is non-problematic, setting multiple devices to a non-null rack can lead to conflicts and validation errors. Maybe a solution to...

I think this is a good suggestions, but implementation can go any of a few different ways. One option might be to add another filter similar to `render_markdown`, e.g. `render_markdown_clamped`,...