【发布时间】:2013-06-07 15:51:37
【问题描述】:
我一直在为我的新项目使用 django userena,一切正常。 现在,当我浏览到 /accounts/ 时,出现以下错误:
AttributeError: 'Manager' object has no attribute 'get_visible_profiles'
我认为这与 userena 的最近更新有关。有没有其他人遇到过这个问题?
【问题讨论】:
-
我已经设置了具有一对一关系的模型 user = models.OneToOneField(User) 并且我正在继承 UserenaBaseProfile
标签: django authentication