mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Fix is_composite_pk on Django 5.2 (#608)
This commit is contained in:
parent
f213eb4b79
commit
2ae381e58e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue