You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even with TAGGIT_CASE_INSENSITIVE it is possible to create the same tag with multiple case, if you go to a Page and add two new tags (which doesn't exist on database) as test1234 and TEST1234 and save your page, both tags will be created and the page will be saved.
If you try to edit this page later, it will raise an error MultipleObjectsReturned
Even with TAGGIT_CASE_INSENSITIVE it is possible to create the same tag with multiple case, if you go to a Page and add two new tags (which doesn't exist on database) as
test1234
andTEST1234
and save your page, both tags will be created and the page will be saved.If you try to edit this page later, it will raise an error
MultipleObjectsReturned
Use of
TAGGIT_CASE_INSENSITIVE
is misleading #448The text was updated successfully, but these errors were encountered: