We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41a191 commit 29743c6Copy full SHA for 29743c6
2 files changed
demo_app/app/adminx.py
@@ -52,7 +52,7 @@ class IDCAdmin(object):
52
]
53
54
search_fields = ['name']
55
- relfield_style = 'fk-ajax'
+ relfield_style = 'fk-select'
56
reversion_enable = True
57
58
actions = [BatchChangeAction, ]
demo_app/demo/settings.py
@@ -44,7 +44,7 @@
44
45
LANGUAGES = (
46
('en', gettext('English')),
47
- ('zh-cn', gettext('Chinese')),
+ ('zh-hans', gettext('Chinese')),
48
)
49
50
SITE_ID = 1
0 commit comments