{
  "id": "python/django-orm-lazy-evaluation-error",
  "signature": "django.core.exceptions.FieldError: Cannot resolve keyword 'wrong_field' into field. Choices are: id, name, created_at",
  "signature_zh": "django.core.exceptions.FieldError: 无法将关键字'wrong_field'解析为字段。选择有：id, name, created_at",
  "regex": "django\\.core\\.exceptions\\.FieldError:\\ Cannot\\ resolve\\ keyword\\ 'wrong_field'\\ into\\ field\\.\\ Choices\\ are:\\ id,\\ name,\\ created_at",
  "domain": "python",
  "category": "data_error",
  "subcategory": null,
  "root_cause": "Using a field name in filter() or exclude() that does not exist on the model.",
  "root_cause_type": "generic",
  "root_cause_zh": "在filter()或exclude()中使用模型上不存在的字段名。",
  "versions": [
    {
      "version": "3.x",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "Doesn't fix the root cause; the queryset still fails when executed.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Loses functionality and may return incorrect data.",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.95,
      "how": "Check model fields and use correct field name: MyModel.objects.filter(actual_field=value)",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.9,
      "how": "Use double underscore to traverse relationships: MyModel.objects.filter(related__field=value)",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.89,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-09-05",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}