Skip to content

Commit

Permalink
Fix is_composite_pk on Django 5.2 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfouque authored Jan 27, 2025
1 parent f213eb4 commit 2ae381e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constance/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ class Meta:
verbose_name_plural = _('config')
abstract = False
swapped = False
is_composite_pk = False

def get_ordered_objects(self):
return False
Expand Down

0 comments on commit 2ae381e

Please sign in to comment.