Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
bug 1462475: Don't preload zone_subnav_local_html
Browse files Browse the repository at this point in the history
This field is unused with zones disabled.
  • Loading branch information
jwhitlock committed Aug 6, 2018
1 parent b2f05af commit 9bdc876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuma/wiki/views/document.py
Expand Up @@ -244,7 +244,7 @@ def _get_doc_and_fallback_reason(document_locale, document_slug):
parent_fields = ['parent__{}'.format(field) for field in ('locale', 'slug', 'current_revision__slug')]
parent_topic_fields = ['parent_topic__{}'.format(field) for field in ('id', 'title', 'slug')]

document_fields = ['html', 'rendered_html', 'zone_subnav_local_html', 'body_html',
document_fields = ['html', 'rendered_html', 'body_html',
'locale', 'slug', 'title', 'is_localizable', 'rendered_errors',
'toc_html', 'summary_html', 'summary_text', 'quick_links_html']

Expand Down

0 comments on commit 9bdc876

Please sign in to comment.