Fix bug regarding ordering.

This commit is contained in:
Jannis Leidel 2010-11-10 04:12:39 +01:00
parent f0fb78f5c7
commit 1804b3ea6b

View file

@ -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()