Fix is_composite_pk on Django 5.2 (#608)

This commit is contained in:
Pascal Fouque 2025-01-27 10:12:47 +01:00 committed by GitHub
parent f213eb4b79
commit 2ae381e58e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,6 +169,7 @@ class Config:
verbose_name_plural = _('config')
abstract = False
swapped = False
is_composite_pk = False
def get_ordered_objects(self):
return False