django-pagetree
django-pagetree copied to clipboard
submitted / is_submitted inconsistency
There's a Section.submitted method, but the generic PageView uses the term is_submitted. I think we should stick to one term for this. I'm thinking we can rename Section.submitted to Section.is_submitted and deprecate Section.submitted.