#8725: TemplateSyntaxError at /admin/ with [8760]
-------------------------------------+--------------------------------------
Reporter: kmtracey | Owner: mtredinnick
Status: reopened | Milestone: 1.0
Component: Core framework | Version: 1.0
Resolution: | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------+--------------------------------------
Changes (by [email protected]):
* status: closed => reopened
* has_patch: 0 => 1
* version: SVN => 1.0
* resolution: fixed =>
Comment:
Hi,
I get this same error. It appears very sporadic. When I'm in the admin
page if I hit refresh it comes up. My stack trace is identical to the
previuse users.
I looked in my regex_helper.py and it already seems to have the fix in
place
try:
ch, escaped = pattern_iter.next()
except StopIteration:
return zip([''], [[]])
I do have a
(r'^$', '/index.html'),
in my urls.py
other than that nothing fancy.
--
Ticket URL: <http://code.djangoproject.com/ticket/8725#comment:13>
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
-~----------~----~----~----~------~----~------~--~---