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? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/21abf685-02f0-467c-85b8-dcdcb4caa751%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
