bennylope / django-organizations

:couple: Multi-user accounts for Django projects

Home Page:http://django-organizations.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit organization name/slug

steverecio opened this issue · comments

What is the correct way to edit an existing organization name/slug? I modify and save the organization name but the slug does not automatically change. Do I need to manually change both together or is there a helper function that keeps these fields in sync?

The short answer is you'll need to update both.

The AutoSlug fields do not update the slug by default unless it's missing. This tends to be a good strategy!