Changes between Initial Version and Version 11 of Ticket #1796
- Timestamp:
- 06/02/06 17:46:29 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1796
-
Property
Priority
changed from
normal
tohigh
-
Property
Version
changed from
magic-removal
toSVN
-
Property
Severity
changed from
major
tocritical
-
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
-
Property
Priority
changed from
-
Ticket #1796 – Description
initial v11 9 9 in tests/modeltests/m2m_multiple fails with the following error: 10 10 11 {{{ 11 12 Traceback (most recent call last): 12 13 File "<stdin>", line 1, in ? … … 37 38 raise TypeError, "Cannot resolve keyword '%s' into field" % name 38 39 TypeError: Cannot resolve keyword 'primary_article_set' into field 39 {{{40 41 40 }}}