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
I created a page for the vocalized adposition 'בְּמֶשֶׁךְ', deleted it and then tried to create a new page for the same adposition, just unvocalized: 'במשך'.
I got an error:
Alright, what's happening is (1) the deleted article still exists, but is marked "deleted", (2) when creating a new article the url gets its vowels stripped converting '/he/בְּמֶשֶׁךְ' to '/he/במשך' which is already taken, (3) Django panics and sends us an error.
We need to add a validator to the create article form that checks if the url already exists (even if the article doesn't) and give a useful error message.
I created a page for the vocalized adposition 'בְּמֶשֶׁךְ', deleted it and then tried to create a new page for the same adposition, just unvocalized: 'במשך'.
I got an error:
The text was updated successfully, but these errors were encountered: