Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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