Solving (partially) South issue on not updating permissions.
9 Mar
South have a already know issue [1] about no update permissions of added models. The common fix is run manage.py syncdb –all, Django Extensions [2] app also have a management command called update_permissions what is very usefull and also do the job. But, any of us want to remember about that every time, so to [...]









