Matthias Kestenholz
Matthias Kestenholz
Oops, that's correct. You are free to supply a `save` method for other forms as well, but this should be made the responsibility of the backend. Regarding your last paragraph:...
Hi @erwinelling I think the code in `with_preview_and_ppoi` assumes that `widget` is a widget class and not an instance; maybe you're passing `forms.ClearableFileInput()` and not `forms.ClearableFileInput`? That being said, `ImageField.formfield`...
Hi @SafaAlfulaij Yeah, if you don't specify a `ordering` the siblings will be ordered according to their primary key value. feincms3 pages use a `position` field so that content managers...
Yes, I've seen something similar just today. I had to set `position` to a depth first ordering across trees (that is, all `position` values of the second trees are bigger...
I have been thinking on-and-off about this issue and now have a good idea why this happens. The probable cause is that the `position` value of both root nodes were...
I definitely use `env` (from `speckenv` in my case) but we shouldn't presume that people use a particular env utility or library. I'm not sure if setting `DEBUG` and `TESTING`...
Thanks @tim-schilling -- I reacted too quickly without checking the full thread.
@tim-schilling Thanks for starting this! I think we should check if we can use the cache framework instead of writing our own store classes; we should document that you're supposed...
> Another good point. But let's reach for it still. Especially if we get help from GSoC. I totally agree. > Yes, I think we'll drop the double code paths...
Work has started, here's a newer issue with more on this (but not much more) https://github.com/jazzband/django-debug-toolbar/issues/1705