Skip to content

Commit d835314

Browse files
authored
Add db_table_comment to model meta (#2571)
From django/django@78f163a: * `django.db.models.options.Options.db_table_comment` added
1 parent 26cf5f9 commit d835314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django-stubs/db/models/options.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class Options(Generic[_M]):
5151
verbose_name: _StrOrPromise | None
5252
verbose_name_plural: _StrOrPromise | None
5353
db_table: str
54+
db_table_comment: str
5455
ordering: Sequence[str] | None
5556
indexes: list[Any]
5657
unique_together: Sequence[tuple[str, ...]] # Are always normalized

0 commit comments

Comments
 (0)