Skip to content

Commit 2ae381e

Browse files
authored
Fix is_composite_pk on Django 5.2 (#608)
1 parent f213eb4 commit 2ae381e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

constance/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ class Meta:
169169
verbose_name_plural = _('config')
170170
abstract = False
171171
swapped = False
172+
is_composite_pk = False
172173

173174
def get_ordered_objects(self):
174175
return False

0 commit comments

Comments
 (0)