About
This skill provides Claude with specialized expertise in the Django Object-Relational Mapper (ORM), enabling the creation of high-performance, scalable database logic. It guides the implementation of best practices such as avoiding N+1 query problems through select_related and prefetch_related, utilizing Q and F objects for complex conditional queries, and managing data integrity with atomic transactions. Whether you are defining robust models with optimized indexes or building custom Managers and QuerySets for reusable business logic, this skill ensures your Django backend follows professional software development standards for efficiency and maintainability.