#10508: Missing syntax highlighting in view code snippets in formset
documentation
----------------------------------------------------------------------+-----
Reporter: Paul Menzel <[email protected]> |
Owner: nobody
Status: new |
Milestone: 1.1
Component: Documentation |
Version: 1.0
Resolution: |
Keywords: syntax error
Stage: Accepted |
Has_patch: 0
Needs_docs: 0 |
Needs_tests: 0
Needs_better_patch: 0 |
----------------------------------------------------------------------+-----
Comment (by timo):
Looks like the syntax highlighting is failing due to the if/else
statements that only have comments nested in them instead of actual python
code.
example:
{{{
if formset.is_valid():
# do something with the formset.cleaned_data
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/10508#comment:4>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---