4 results for "all documents"
languages/python/frameworks/django/best_practices.md

Django Best Practices (2026)

Version-specific Django 5.2/6.0 gotchas: verified CVEs, ORM traps that survive select_related/prefetch_related, signal/transaction race conditions, and decision rules for Ninja vs DRF vs FastAPI.

languages/python/frameworks/fastapi/best_practices.md

FastAPI Best Practices

Version-specific FastAPI/Pydantic v2 gotchas: verified current releases, yield-dependency cleanup timing, BackgroundTasks/middleware footguns, threadpool starvation, and Pydantic v2 union-resolution traps - with sources.