↓ 36 callersFunctionmake_model(
model_name: str,
table: str,
meta_options: Mapping[str, Any] | None = None,
/,
**model_f
tests/migrations/test_state_diff_operations.py:42
↓ 15 callersFunctionmake_model(
model_name: str,
*,
meta_options: dict[str, Any] | None = None,
**model_fields: Field,
)
tests/migrations/test_operations_database.py:44