Re: Automatic content types removal

2017-05-05 Thread marcin . j . nowak
Thanks, Tim. I'll take a look at this. > From the Django 1.11 release notes: > >- The prompt for stale content type deletion no longer occurs after >running the migrate command. Use the new remove_stale_contenttypes > >

Re: Automatic content types removal

2017-05-05 Thread Tim Graham
>From the Django 1.11 release notes: - The prompt for stale content type deletion no longer occurs after running the migrate command. Use the new remove_stale_contenttypes command

Automatic content types removal

2017-05-05 Thread marcin . j . nowak
Hi. Why Django automatically removes content types? Due to lack of flexibility in auth system I was forced to create custom content type for custom perms. Now I've realized that my custom content type is missing. I am not sure, of course, but I think that Django removed my CT silently. I know