Eric,
It seems I jumped to conclusions too quickly. I'm finding that
{{ form.as_table }}, {{ form.as_ul }} and {{ form.as_p }} cause the
server to error. The page is still served, but the following is in the
terminal where the development server is running:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/django/core/servers/
basehttp.py", line 279, in run
self.finish_response()
File "/usr/lib/python2.5/site-packages/django/core/servers/
basehttp.py", line 318, in finish_response
self.write(data)
File "/usr/lib/python2.5/site-packages/django/core/servers/
basehttp.py", line 397, in write
self.send_headers()
File "/usr/lib/python2.5/site-packages/django/core/servers/
basehttp.py", line 449, in send_headers
self.send_preamble()
File "/usr/lib/python2.5/site-packages/django/core/servers/
basehttp.py", line 379, in send_preamble
'Date: %s\r\n' % (formatdate()[:26] + "GMT")
File "socket.py", line 262, in write
self.flush()
File "socket.py", line 249, in flush
self._sock.sendall(buffer)
error: (32, 'Broken pipe')
This is occurring with the SVN version of Django. Have you seen this
before?
Thanks,
Matt.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---