mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-23 16:34:42 +00:00
Fix bug regarding ordering.
This commit is contained in:
parent
f0fb78f5c7
commit
1804b3ea6b
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class Config(object):
|
|||
app_label = 'constance'
|
||||
module_name = 'config'
|
||||
verbose_name_plural = 'config'
|
||||
get_ordered_objects = lambda x: True
|
||||
get_ordered_objects = lambda x: False
|
||||
_meta = Meta()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue