﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25166	Incorrect statement in custom model permission documentation	Baptiste Mispelon	nobody	"The custom permission documentation at https://docs.djangoproject.com/en/dev/topics/auth/default/#default-permissions states that after you add a custom permission to a model's `Meta`:

> it will create default permissions for new models each time you run manage.py migrate.

This is incorrect. What actually happens is that Django will detect the changes to the model's `Meta` and generate the appropriate migration for it when running `makemigrations`."	Bug	new	Documentation	1.8	Normal				Unreviewed	0	0	0	0	1	0
