Re: Minor feature request: log adding a custom permission to the database when migrating

2015-06-16 Thread Mikael H
Thank you! On Tuesday, June 16, 2015 at 2:47:04 PM UTC+2, Tim Graham wrote: > > It already exists, you just need to specify a higher verbosity level like > so: manage.py migrate -v 2 > > On Tuesday, June 16, 2015 at 8:27:14 AM UTC-4, Mikael H wrote: >> >> Hi >> >> I am new to this group so I hope

Re: Minor feature request: log adding a custom permission to the database when migrating

2015-06-16 Thread Tim Graham
It already exists, you just need to specify a higher verbosity level like so: manage.py migrate -v 2 On Tuesday, June 16, 2015 at 8:27:14 AM UTC-4, Mikael H wrote: > > 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

Minor feature request: log adding a custom permission to the database when migrating

2015-06-16 Thread Mikael H
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 the following is logged in the console Operations to perform: Apply all migrations: Running migrations: No migrations to appl