Hi
I am new to this group so I hope I use the right channels for this request.
When I add a custom permission to a model (in 1.7 at least) and then run: migrate <appname>
the following is logged in the console
Operations to perform:
Apply all migrations: <appname>
Running migrations:
No migrations to apply.
Your models have changes that are not yet reflected in a migration, and so won't be applied.
Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
The permission is added to the database but it is not showing in the log output above which is a bit confusing. When using South it logged what permissions were added in addition to the migrations.
Is this something that can be added?