Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update to Wagtail 6.3.1 LTS #528

Merged
merged 2 commits into from
Jan 13, 2025
Merged

Conversation

kesara
Copy link
Member

@kesara kesara commented Dec 17, 2024

Fixes #516

This requires to run following SQL command to create an index before the deployment1:

CREATE INDEX taggit_tagg_content_8fc721_idx ON taggit_taggeditem (content_type_id, object_id);

NOTE:
Check if the index for taggit exists first.

SELECT 
    indexname AS index_name,
    indexdef AS index_definition
FROM 
    pg_indexes
WHERE 
    tablename = 'taggit_taggeditem';

Footnotes

  1. https://github.com/jazzband/django-taggit/issues/882#issuecomment-1909688346

@kesara kesara merged commit b43cf14 into ietf-tools:main Jan 13, 2025
5 checks passed
@kesara kesara deleted the feat/wagtail-6.3 branch January 13, 2025 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wagtail 6.3
2 participants