Jakub Paczkowski
Jakub Paczkowski
Without updating PIP, I was getting errors like below, so that I propose to update pip everytime there is a change in requirements(without change in `pyproject.toml` or `poetry.lock` lines 12-14...
At the moment if you have model ``` class Model(peewee.Model): other_model = peewee.ForeignKey(OrderModel) ``` using it like this ``` model_instance.other_model ``` will trigger sync query. I've already have this working...
I think that's related to https://github.com/torchbox/wagtail/issues/197 - when I have structure that is one level deeper, my tags aren't saved: ``` class GalleryItemTag(TaggedItemBase): content_object = ParentalKey('core.GalleryPageItem', related_name='tagged_items') class GalleryPageItem(Orderable, GalleryItem):...
I've finished https://github.com/cam-stitt/arnold/pull/26 to provide some docs there.