coderholic / django-cities

Countries and cities of the world for Django projects
MIT License
920 stars 374 forks source link

Change all slug into LOWERCASE #187

Closed tagmetag closed 6 years ago

tagmetag commented 6 years ago

Hello everyone, I want to change all Slug Fields of Countries, Cities, Continents, ... into lowercase and have no space instead.

Now it's Uppercase in the first letter: image

It have a function with translate field NAME into field SLUG and not lowercase now!

How can I do this? Please help me!