Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #383 from aldryn/fixes/disable-search-data
Browse files Browse the repository at this point in the history
disable search data by default
  • Loading branch information
czpython committed Apr 20, 2016
2 parents 83a437a + 7a42e66 commit 3759585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aldryn_newsblog/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Article(TranslatedAutoSlugifyMixin,
update_search_on_save = getattr(
settings,
'ALDRYN_NEWSBLOG_UPDATE_SEARCH_DATA_ON_SAVE',
True
False
)

translations = TranslatedFields(
Expand Down

0 comments on commit 3759585

Please sign in to comment.