Skip to content

Commit 29743c6

Browse files
committed
Change Demo APP settings for new version.
1 parent f41a191 commit 29743c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo_app/app/adminx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class IDCAdmin(object):
5252
]
5353

5454
search_fields = ['name']
55-
relfield_style = 'fk-ajax'
55+
relfield_style = 'fk-select'
5656
reversion_enable = True
5757

5858
actions = [BatchChangeAction, ]

demo_app/demo/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
LANGUAGES = (
4646
('en', gettext('English')),
47-
('zh-cn', gettext('Chinese')),
47+
('zh-hans', gettext('Chinese')),
4848
)
4949

5050
SITE_ID = 1

0 commit comments

Comments
 (0)