Changes between Initial Version and Version 11 of Ticket #1796
- Timestamp:
- Jun 2, 2006, 12:46:29 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1796
- Property Priority normal → high
- Property Severity major → critical
- 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-removal → SVN
-
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 }}}