Changes between Initial Version and Version 18 of Ticket #11448
- Timestamp:
- Jun 24, 2011, 10:11:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11448
- Property Has patch set
- Property Triage Stage Unreviewed → Accepted
- Property Cc added
- Property Severity → Normal
- Property Type → Bug
- Property Patch needs improvement set
- Property Easy pickings unset
- Property UI/UX unset
-
Ticket #11448 – Description
initial v18 14 14 }}} 15 15 16 Querying c1 later with c1.objects.filter(c2__pk=0) will fail: 16 Querying c1 later with `c1.objects.filter(c2__pk=0)` will fail: 17 {{{ 17 18 FieldError: Cannot resolve keyword 'c2' into field. Choices are: id, name 18 19 }}} 19 20 Minimal testcase project attached (models.py is slightly bigger than above). You can reproduce the problem with: 20 21