Changes between Initial Version and Version 11 of Ticket #1796


Ignore:
Timestamp:
Jun 2, 2006, 12:46:29 PM (18 years ago)
Author:
Adrian Holovaty
Comment:

(Fixed formatting in description.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1796

    • Property Priority normalhigh
    • Property Severity majorcritical
    • Property Summary "Cannot resolve keyword ___ into field" error when working with ManyToMany relation[patch] "Cannot resolve keyword ___ into field" error when working with ManyToMany relation
    • Property Version magic-removalSVN
  • 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