Skip to content

Manuals — models.py

Responsibilities

What is modeled here.

Main models

ModelName

  • Fields
  • Constraints
  • Relationships
  • Deletion behavior
  • Indexes

Query patterns

  • Common filters
  • Performance notes (select_related/prefetch_related)

Gotchas

  • Data migrations
  • Integrity constraints

Tests

Where tests for models are located and what they cover.