File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
django-stubs/db/backends/postgresql Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ class DatabaseFeatures(BaseDatabaseFeatures):
4545 has_json_operators : bool
4646 json_key_contains_list_matching_requires_list : bool
4747 @property
48- def is_postgresql_14 (self ) -> bool : ...
49- @property
5048 def is_postgresql_15 (self ) -> bool : ...
5149 @cached_property
5250 def is_postgresql_16 (self ) -> bool : ...
51+ @property
52+ def is_postgresql_17 (self ) -> bool : ...
5353 has_brin_autosummarize : bool
5454 has_websearch_to_tsquery : bool
5555 supports_table_partitions : bool
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ django.db.backends.postgresql.base.DatabaseWrapper.close_pool
6868django.db.backends.postgresql.base.DatabaseWrapper.pool
6969django.db.backends.postgresql.compiler
7070django.db.backends.postgresql.features.DatabaseFeatures.django_test_skips
71- django.db.backends.postgresql.features.DatabaseFeatures.is_postgresql_17
7271django.db.backends.postgresql.features.DatabaseFeatures.supports_nulls_distinct_unique_constraints
7372django.db.backends.postgresql.psycopg_any
7473django.db.backends.sqlite3.base.DatabaseWrapper.transaction_modes
You can’t perform that action at this time.
0 commit comments