update comment on render_form_content, since the concept of 'unaccounted-for fields' no longer applies

pull/957/head
Matt Westcott 2015-01-30 18:24:02 +00:00
rodzic f821eafa26
commit 8ae1ccdff6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -225,8 +225,8 @@ class EditHandler(object):
def render_form_content(self):
"""
Render this as an 'object', along with any unaccounted-for fields to make this
a valid submittable form
Render this as an 'object', ensuring that all fields necessary for a valid form
submission are included
"""
return mark_safe(self.render_as_object())