stormpath / stormpath-django

Django plugin for Stormpath
Apache License 2.0
38 stars 19 forks source link

Fixing #27 (Editing a Django Group's permissions fails with 'Group with ... #29

Closed davidmarquis closed 9 years ago

davidmarquis commented 9 years ago

This pull request fixes the issue #27

When updating a Django Group, we need to also update the 'remote' group instead of trying to systematically create it. By loading the original state of the group, we're able to find an existing group matching the old name and update that group with the updated name.

rdegges commented 9 years ago

Thanks! This looks awesome. <33