Jacob Rief

Results 514 comments of Jacob Rief

@medmunds hopefully now everything is fixed. I added a comment `# RemovedInDjango70Warning` to all blocks which must be removed for Django-7.0. I added a short section on the new configuration...

@medmunds in your opinion, is this pull request now ready to be reviewed by the fellows?

@medmunds I'm so sorry for not proceeding with this. I just didn't have time anymore to work on it. If you can work on it, please feel free to do...

Thanks for reporting. Feel free to report this again. Apparently this site is getting much more traffic recently. I might have to upgrade the VM.

But you have to install it, otherwise django-CMS won't start. From that point of view, I agree with @svandeneertwegh .

In Django actually you would access attribute `_meta` on a model form to find out about the model. I assume that `ProductForm` is from the given example.

please also try with `attrs={'df-show': ".allow_email_download"},`. I am wonderning why the `BooleanField` is not rendered as checkbox.

> I also found that if allow_email_download is hidden with widget.HiddenInput, then it's not found by evalVisibility. For now, I'm using CSS - display: None to hide it. Using `display:...

I really like your deep investigation into problems. Would be nice if all other users of my libraries would dig that deep using their debugger. What you describe is weird...

> In addition to @codematsing's investigation, when I change the parent select, the request to the view is duplicated—it runs twice. Confirmed. It is reproducible in https://django-formset.fly.dev/selectize/#filtering-select-options