Changes between Initial Version and Version 18 of Ticket #11448


Ignore:
Timestamp:
Jun 24, 2011, 10:11:10 PM (13 years ago)
Author:
Karen Tracey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11448

    • Property Has patch set
    • Property Triage Stage UnreviewedAccepted
    • Property Cc jrose@… Anton Strogonoff added
    • Property SeverityNormal
    • Property TypeBug
    • Property Patch needs improvement set
    • Property Easy pickings unset
    • Property UI/UX unset
  • Ticket #11448 – Description

    initial v18  
    1414}}}
    1515
    16 Querying c1 later with c1.objects.filter(c2__pk=0) will fail:
     16Querying c1 later with `c1.objects.filter(c2__pk=0)` will fail:
     17{{{
    1718FieldError: Cannot resolve keyword 'c2' into field. Choices are: id, name
    18 
     19}}}
    1920Minimal testcase project attached (models.py is slightly bigger than above). You can reproduce the problem with:
    2021
Back to Top