{
  "id": "python/django-query-param-too-long",
  "signature": "django.core.exceptions.ImproperlyConfigured: DATA_UPLOAD_MAX_NUMBER_FIELDS exceeded. Increase DATA_UPLOAD_MAX_NUMBER_FIELDS.",
  "signature_zh": "Django配置错误：超过DATA_UPLOAD_MAX_NUMBER_FIELDS。请增加DATA_UPLOAD_MAX_NUMBER_FIELDS。",
  "regex": "django\\.core\\.exceptions\\.ImproperlyConfigured:\\ DATA_UPLOAD_MAX_NUMBER_FIELDS\\ exceeded\\.\\ Increase\\ DATA_UPLOAD_MAX_NUMBER_FIELDS\\.",
  "domain": "python",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "The number of fields in a POST request exceeds the limit (default 1000).",
  "root_cause_type": "generic",
  "root_cause_zh": "POST请求中的字段数量超过限制（默认1000）。",
  "versions": [
    {
      "version": "3.x",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "Security risk; allows DoS attacks with huge forms.",
      "fail_rate": 0.5,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "May not be appropriate and exposes data in URL.",
      "fail_rate": 0.4,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.85,
      "how": "Increase DATA_UPLOAD_MAX_NUMBER_FIELDS to a reasonable number based on needs.",
      "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.82,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-04-09",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}