We want to unify the way we compute slugs in several modules and realized that trytond already has a slugify method.
Is there a reason for it to not make the resulting string lowercase by default?
We want to unify the way we compute slugs in several modules and realized that trytond already has a slugify method.
Is there a reason for it to not make the resulting string lowercase by default?
I think it is because we did not feel the need.
Would such a change be accepted?
I do not know. I think someone has to collect the pros and cons.