Russell Kirkland

Results 5 issues of Russell Kirkland

I'm using `Wagtail` with `django-modeltranslation`, and [ManyToManyField](https://docs.djangoproject.com/en/3.1/topics/db/examples/many_to_many/) to form taxonomy relationships between pages and snppets with translated `title` and `slug` fields. According to the docs, filtering on querysets should use...

### Issue summary When creating a new page with related objects (using `modelcluster.fields.ParentalKey`), the last page in the translated siblings does not have the related item - it appears that...

I need to add the query string (if present) to the URL when switching language, but the `request` object is not available via the `render_language_selector` inclusion tag. Adding `takes_context=True` to...

Current project has requirement to turn slinky functionality off on landscape phone orientation, as the collapsed state makes it difficult to scroll through menu items. Ideally need a disbale or...