Changes between Initial Version and Version 11 of Ticket #1796


Ignore:
Timestamp:
06/02/06 17:46:29 (18 years ago)
Author:
Adrian Holovaty
Comment:

(Fixed formatting in description.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1796

    • Property Priority changed from normal to high
    • Property Version changed from magic-removal to SVN
    • Property Severity changed from major to critical
    • Property Summary changed from "Cannot resolve keyword ___ into field" error when working with ManyToMany relation to [patch] "Cannot resolve keyword ___ into field" error when working with ManyToMany relation
  • Ticket #1796 – Description

    initial v11  
    99in tests/modeltests/m2m_multiple fails with the following error:
    1010
     11{{{
    1112Traceback (most recent call last):
    1213  File "<stdin>", line 1, in ?
     
    3738    raise TypeError, "Cannot resolve keyword '%s' into field" % name
    3839TypeError: Cannot resolve keyword 'primary_article_set' into field
    39 {{{
    40 
    4140}}}
Back to Top