Python django.contrib.auth.views模块,常用函数和类

下面列出了Python django.contrib.auth.views 模块中定义的常用函数和类,我们从182个开源Python项目中,按照使用频率进行了排序。

函数和类 使用项目数
1. login() 用在(224)个项目中
2. logout() 用在(212)个项目中
3. password_reset_confirm() 用在(90)个项目中
4. password_reset() 用在(69)个项目中
5. password_reset_complete() 用在(65)个项目中
6. password_reset_done() 用在(64)个项目中
7. redirect_to_login() 用在(58)个项目中
8. password_change() 用在(49)个项目中
9. password_change_done() 用在(47)个项目中
10. home() 用在(18)个项目中
11. logout_then_login() 用在(16)个项目中
12. LoginView() 用在(8)个项目中
13. PasswordResetView() 用在(6)个项目中