New users often struggle with specific ORM concepts (e.g., select_related vs prefetch_related or async context managers).
Goal: Create a new page in the documentation listing common mistakes and their solutions.
Implementation hint: Add a new .mdx file in docs/doc/ and update sidebars.js.
New users often struggle with specific ORM concepts (e.g.,
select_relatedvsprefetch_relatedor async context managers).Goal: Create a new page in the documentation listing common mistakes and their solutions.
Implementation hint: Add a new
.mdxfile indocs/doc/and updatesidebars.js.