V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
guolingbing
V2EX  ›  Python

深夜求助, Django ManyToMany m2m_changed signals

  •  
  •   guolingbing · 2017-04-02 00:12:05 +08:00 · 1563 次点击
    这是一个创建于 2583 天前的主题,其中的信息可能已经有所发展或是发生改变。

    折腾了半天也没弄好

    在代码里是这样的
    @receiver(signal=m2m_changed, sender=User.followings.though)
    会报这个错
    AttributeError: 'ReverseManyRelatedObjectsDescriptor' object has no attribute 'though'
    
    然而在 console 里却不会报错
    User.followings.through
    <class 'frelanvo_auth.models.User_followings'>
    

    求各位大佬指教啊

    1 条回复    2017-04-02 00:36:45 +08:00
    guolingbing
        1
    guolingbing  
    OP
       2017-04-02 00:36:45 +08:00
    23333 , 吃了文化的亏, through 拼错也是醉了,自己还没有看出来
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5385 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 07:00 · PVG 15:00 · LAX 00:00 · JFK 03:00
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.