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
This is not the low-hanging fruit that it appears to be. This is the sort of problem that people ask frequently about, and there are no simple solutions, only rather convoluted ones, usually involving specific runtime environments, platforms, libraries or Python versions.
In fact, the use of slugify() in the current code may very well be the best solution for now.
This is caused by my use of slugify() in the sorting code in core/ajax/init.py.
It might be fixed just by removing slugify, but someone needs to test the locale-based sorting to see if it does the right thing.
Leaving this unfixed as low-hanging-fruit for new contributors. ;-)
The text was updated successfully, but these errors were encountered: