Hi,

I've never gotten any errors when using the admin pages untill today.
I am using Django 1.1. Not sure what information you guys need but
here is the error:

Environment:

Request Method: GET
Request URL: http://127.0.0.1:8000/admin/timetrack/work/
Django Version: 1.1.1
Python Version: 2.6.4
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.admin',
 'django.contrib.admindocs',
 'south',
 'apps.timetrack']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware')


Template error:
In template /home/marlun/.virtualenvs/django/lib/python2.6/site-
packages/django/contrib/admin/templates/admin/change_list.html, error
at line 78
   Caught an exception while rendering: not enough arguments for
format string
   68 :         {% endif %}


   69 :       {% endblock %}


   70 :


   71 :       <form action="" method="post"{% if
cl.formset.is_multipart %} enctype="multipart/form-data"{% endif %}>


   72 :       {% if cl.formset %}


   73 :         {{ cl.formset.management_form }}


   74 :       {% endif %}


   75 :


   76 :       {% block result_list %}


   77 :           {% if action_form and actions_on_top and
cl.full_result_count %}{% admin_actions %}{% endif %}


   78 :            {% result_list cl %}


   79 :           {% if action_form and actions_on_bottom and
cl.full_result_count %}{% admin_actions %}{% endif %}


   80 :       {% endblock %}


   81 :       {% block pagination %}{% pagination cl %}{% endblock %}


   82 :       </form>


   83 :     </div>


   84 :   </div>


   85 : {% endblock %}


   86 :

Traceback:
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/core/handlers/base.py" in get_response
  92.                 response = callback(request, *callback_args,
**callback_kwargs)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/contrib/admin/options.py" in wrapper
  226.                 return self.admin_site.admin_view(view)(*args,
**kwargs)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/views/decorators/cache.py" in _wrapped_view_func
  44.         response = view_func(request, *args, **kwargs)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/contrib/admin/sites.py" in inner
  186.             return view(request, *args, **kwargs)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/contrib/admin/options.py" in changelist_view
  986.         ], context, context_instance=context_instance)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/shortcuts/__init__.py" in render_to_response
  20.     return HttpResponse(loader.render_to_string(*args,
**kwargs), **httpresponse_kwargs)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/loader.py" in render_to_string
  108.     return t.render(context_instance)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/__init__.py" in render
  178.         return self.nodelist.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/__init__.py" in render
  779.                 bits.append(self.render_node(node, context))
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/debug.py" in render_node
  71.             result = node.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/loader_tags.py" in render
  97.         return compiled_parent.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/__init__.py" in render
  178.         return self.nodelist.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/__init__.py" in render
  779.                 bits.append(self.render_node(node, context))
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/debug.py" in render_node
  71.             result = node.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/loader_tags.py" in render
  97.         return compiled_parent.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/__init__.py" in render
  178.         return self.nodelist.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/__init__.py" in render
  779.                 bits.append(self.render_node(node, context))
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/debug.py" in render_node
  71.             result = node.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/loader_tags.py" in render
  24.         result = self.nodelist.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/__init__.py" in render
  779.                 bits.append(self.render_node(node, context))
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/debug.py" in render_node
  71.             result = node.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/loader_tags.py" in render
  24.         result = self.nodelist.render(context)
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/__init__.py" in render
  779.                 bits.append(self.render_node(node, context))
File "/home/marlun/.virtualenvs/django/lib/python2.6/site-packages/
django/template/debug.py" in render_node
  81.             raise wrapped

Exception Type: TemplateSyntaxError at /admin/timetrack/work/
Exception Value: Caught an exception while rendering: not enough
arguments for format string

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to