Egor Kondrashov
Egor Kondrashov
Understood. I see why you would want to use a whole serializer class instead of serializers for fields only. Are there any utilities that may be missing when using Pipit...
Got it, thanks for clarifying. This info may be useful for other people discovering `wagtail-pipit` as well. Maybe you could consider expanding documentation on `Backend Developer Guide` a bit.
Many-to-many fields do not trigger confirmation unless specified in "get_confirmation_fields" method
A futher note is that after you explicitly specify a M2M field in confirmation_fields, every save will trigger the confirmation page, even if no data has been changed.
@MichalPham unfortunately I don't have the time right now to contribute to open source. This MR is a demonstration of how I've implemented RedisPy backend to Broadcaster in my work...