Alex Sedov
Alex Sedov
Note: `relation.lower()` in `wagtail_transfer/field_adapters.py` seems suspect to me. I left it in for now, but does Django normalize reverse-relation manager names? They don't correspond to DB entities, so probably not,...
Not sure how to write a DRY test for this. Does this need a testcase?
Closing the issue, as the discussion indicated that this is WAI.
This is somewhat weird, as `FileField.has_changed` is specifically overriden to return True. @CyberFox001 can you set up a debugger to check the model's __dict__ on save?
Yeah, my bad.
No, it doesn't seem like changing the DPI fixes the issue. Frankly, it looks to me like the rich text display on my platform cannot handle height=xxx images (inserting images...
Thank you! That solves my usecase, perhaps the package could be mentioned in the PostCSS plugin docs?
Not quite sure how to approach tests - wagtail's test framework has a global api_router, which is not conducive to adding endpoints just for the purpose of the test. (What's...
@lb- au contraire, I'm looking for advice on how to adjust tests here - I'm afraid I don't have much experience with testing a framework :sweat_smile: Would adding a method...