﻿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
33913	Django 4.1 class-based view, Chinese translation	yuyuyu	nobody	"Document link address: https://docs.djangoproject.com/zh-hans/4.1/topics/class-based-views/intro/#decorating-the-class

Error content：
类上的方法与独立函数完全不同，因此你不能应用函数装饰器到方法上——你需要先将它转换为方法装饰器。method_decorator 装饰器转换函数装饰器为**防范**装饰器，这样它就被用在实例方法上。举例：

Suggest modification：
类上的方法与独立函数完全不同，因此你不能应用函数装饰器到方法上——你需要先将它转换为方法装饰器。method_decorator 装饰器转换函数装饰器为**方法**装饰器，这样它就被用在实例方法上。举例：

end.



"	Cleanup/optimization	closed	Documentation	4.1	Normal	invalid	Document error		Unreviewed	0	0	0	0	1	0
