We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
db_table
1 parent 5fbe3ce commit ee595c5Copy full SHA for ee595c5
django-stubs/db/models/fields/related.pyi
@@ -400,6 +400,7 @@ class ManyToManyField(
400
choices: Optional[_FieldChoices] = ...,
401
help_text: str = ...,
402
db_column: Optional[str] = ...,
403
+ db_table: Optional[str] = ...,
404
db_tablespace: Optional[str] = ...,
405
validators: Iterable[_ValidatorCallable] = ...,
406
error_messages: Optional[_ErrorMessagesToOverride] = ...,
0 commit comments