Skip to content

Commit

Permalink
Change Demo APP settings for new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Jul 7, 2016
1 parent f41a191 commit 29743c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo_app/app/adminx.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class IDCAdmin(object):
]

search_fields = ['name']
relfield_style = 'fk-ajax'
relfield_style = 'fk-select'
reversion_enable = True

actions = [BatchChangeAction, ]
Expand Down
2 changes: 1 addition & 1 deletion demo_app/demo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

LANGUAGES = (
('en', gettext('English')),
('zh-cn', gettext('Chinese')),
('zh-hans', gettext('Chinese')),
)

SITE_ID = 1
Expand Down

0 comments on commit 29743c6

Please sign in to comment.