Re: Caught an exception while rendering: Reverse for 'portal.compliance_index' with arguments '()' and keyword arguments '{}' not found.

2009-12-02 Thread aa56280
 'django.contrib.sessions.middleware.SessionMiddleware', >  'django.contrib.auth.middleware.AuthenticationMiddleware', >  'portal.utils.auth.ATDUserAuthMiddleware') > > Template error: > In template /home/skannan/borgTraining/atd/borg/portal/templates/ > index.html, error at line 10 >    

Caught an exception while rendering: Reverse for 'portal.compliance_index' with arguments '()' and keyword arguments '{}' not found.

2009-12-02 Thread Saravanan
/portal/templates/ index.html, error at line 10 Caught an exception while rendering: Reverse for 'portal.compliance_index' with arguments '()' and keyword arguments '{}' not found. 1 : {% extends "base.html" %} 2 : 3 : {% block breadcrumbs %}Home{% endblock %} 4

Re: Exception while rendering after installing contrib.comments

2009-10-03 Thread Daniel Roseman
On Oct 3, 6:23 pm, guillermooo wrote: > Inside django.contrib.comments there is: > > 1) a folder named "url" with an __init__.pyc file > 2) a file named "url" with a few urls > > I've solved the problem renaming the "url" folder to "url_". > > Maybe this is a

Re: Exception while rendering after installing contrib.comments

2009-10-03 Thread guillermooo
Inside django.contrib.comments there is: 1) a folder named "url" with an __init__.pyc file 2) a file named "url" with a few urls I've solved the problem renaming the "url" folder to "url_". Maybe this is a bug? Regards, Guillermo On Oct 3, 6:32 pm, Guillermo

Exception while rendering after installing contrib.comments

2009-10-03 Thread Guillermo
Hi, After installing the comments framework, I get the following error: The included urlconf django.contrib.comments.urls doesn't have any patterns in it I can't find any information about it. What could be causing it? I'm developing on Windows XP, Django trunk. Regards, Guillermo

Re: TemplateSyntaxError at /admin/ Caught an exception while rendering: (1146, "Table 'winzees.django_admin_log' doesn't exist")

2009-09-10 Thread s.molinari
do i > > fix it? I am stuck... > > I am new at using django as well... just to let you know ;) > > > [snip] > > Exception Type: TemplateSyntaxError at /admin/ > > Exception Value: Caught an exception while rendering: (1146, "Table > > 'winzees.dja

Re: TemplateSyntaxError at /admin/ Caught an exception while rendering: (1146, "Table 'winzees.django_admin_log' doesn't exist")

2009-08-28 Thread Karen Tracey
n Type: TemplateSyntaxError at /admin/ > Exception Value: Caught an exception while rendering: (1146, "Table > 'winzees.django_admin_log' doesn't exist") One of the tables needed for admin does not exist. It appears you did not run python manage.py syncdb after adding admin to your

TemplateSyntaxError at /admin/ Caught an exception while rendering: (1146, "Table 'winzees.django_admin_log' doesn't exist")

2009-08-28 Thread s.molinari
at line 57 Caught an exception while rendering: (1146, "Table 'winzees.django_admin_log' doesn't exist") 47 : 48 : {% endblock %} 49 : 50 : {% block sidebar %} 51 : 52 : 53 : {% trans 'Recent Actions' %} 54 : {% trans '

Re: Caught an exception while rendering: Error binding parameter 0 - probably unsupported type.

2009-08-24 Thread mike171562
Would be nice if you would share your solution On Jul 26, 9:05 pm, nixon66 <nixon@gmail.com> wrote: > ran into this error. Anyone familiar with it. > > TemplateSyntaxError at /lobby/lobbytype/public-relations/ > > Caught an exception while rendering: Error binding par

Re: Caught an exception while rendering: Error binding parameter 0 - probably unsupported type.

2009-07-27 Thread The Danny Bos
> > > TemplateSyntaxError at /lobby/lobbytype/public-relations/ > > > Caught an exception while rendering: Error binding parameter 0 - > > probably unsupported type. > > > Original Traceback (most recent call last): > >   File "C:\Python25\lib\site-packages\dja

Re: Caught an exception while rendering: Error binding parameter 0 - probably unsupported type.

2009-07-26 Thread nixon66
problem solved. Type On Jul 26, 10:05 pm, nixon66 <nixon@gmail.com> wrote: > ran into this error. Anyone familiar with it. > > TemplateSyntaxError at /lobby/lobbytype/public-relations/ > > Caught an exception while rendering: Error binding parameter 0 - > p

Caught an exception while rendering: Error binding parameter 0 - probably unsupported type.

2009-07-26 Thread nixon66
ran into this error. Anyone familiar with it. TemplateSyntaxError at /lobby/lobbytype/public-relations/ Caught an exception while rendering: Error binding parameter 0 - probably unsupported type. Original Traceback (most recent call last): File "C:\Python25\lib\site-packages\django\tem

Re: HELP:Caught an exception while rendering: no such column:

2009-05-22 Thread Alex Gaynor
On Fri, May 22, 2009 at 9:43 AM, Herta wrote: > > yes,i remember i altered my model. > But how can i alter the table structure, or how can i see the raw > table structure and change my model to the original one? > > On May 22, 10:25 pm, Masklinn wrote:

Re: HELP:Caught an exception while rendering: no such column:

2009-05-22 Thread Herta
yes,i remember i altered my model. But how can i alter the table structure, or how can i see the raw table structure and change my model to the original one? On May 22, 10:25 pm, Masklinn wrote: > On 22 May 2009, at 15:41 , Herta wrote:> no such column: >

Re: HELP:Caught an exception while rendering: no such column:

2009-05-22 Thread Masklinn
On 22 May 2009, at 15:41 , Herta wrote: > no such column: dbDECP_gene_variants.Variation_IDRequest The message seems pretty clear: you're asking for the column "Variation_IDRequest" and the ORM can't find it in the table "dbDCEP_gene_variants". You probably made a typo in creating a queryset

HELP:Caught an exception while rendering: no such column:

2009-05-22 Thread Herta
Hi, everyone, I start learning django and met a question. It seems that i have load data into my database (sqlite3), but the webpage show some error. What is the problem.Thanks! TemplateSyntaxError at /admin/dbDECP/gene_variants/ Caught an exception while rendering: no such column

Re: Caught an exception while rendering: coercing to Unicode: need string or buffer, SentenceText found

2009-04-30 Thread Bro
I love you all :) Thanks :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to

Re: Caught an exception while rendering: coercing to Unicode: need string or buffer, SentenceText found

2009-04-30 Thread Malcolm Tredinnick
english. > > But when I try to show a Box list (in admin panel) or a Box detail, > I've got this error : > > "Caught an exception while rendering: coercing to Unicode: need string > or buffer, SentenceText found" A __unicode__ method *must* return a unicode string.

Re: Caught an exception while rendering: coercing to Unicode: need string or buffer, SentenceText found

2009-04-30 Thread Alex Gaynor
in french or in english. > > But when I try to show a Box list (in admin panel) or a Box detail, > I've got this error : > > "Caught an exception while rendering: coercing to Unicode: need string > or buffer, SentenceText found" > > I need help > > > You ne

Caught an exception while rendering: coercing to Unicode: need string or buffer, SentenceText found

2009-04-30 Thread Bro
manage to fix it. In the Box class, I have 2 ForeignKey to SentenceText because I want for example the same label (or description) in french or in english. But when I try to show a Box list (in admin panel) or a Box detail, I've got this error : "Caught an exception while rendering: coe

Caught an exception while rendering: 'Feature' object has no attribute 'serializable_value'

2009-01-30 Thread Thiago F. Crepaldi
while rendering: 'Feature' object has no attribute 'serializable_value' The error raises at line 12, below: 2{% if fieldset.name %}{{ fieldset.name }}{% endif %} 3 {% if fieldset.description %} {{ fieldset.description|safe }}{% endif %} 4 {% for line in fieldset %} 5 6

Re: Caught an exception while rendering: 'Product' object has no attribute 'serializable_value'

2009-01-22 Thread Thiago F. Crepaldi
self.render_node(node, context)) File "C:\PYTHON25\Lib\site-packages\django\template\debug.py" in render_node 81. raise wrapped Exception Type: TemplateSyntaxError at ## Exception Value: Caught an exception while rendering: 'Product' object has no attribute 'se

Caught an exception while rendering: 'Product' object has no attribute 'serializable_value'

2009-01-22 Thread Thiago F. Crepaldi
Hello, i have a model called FEATURE, where a "PRODUCT" charfield(50) existed. Yesterday I created a PRODUCT model and updated FEATURE model to use that foreign key. However, when a form to view the FEATURE data is called through a template, an error on line 27 occurs: Caught an excep

Re: exception while rendering: 'utf8' codec can't decode byte 0x92 in position 2911

2009-01-05 Thread adrian
Answering myself, there was an illegal character in site_base.html . On Jan 5, 3:30 pm, adrian wrote: > I'm getting this message on line 1 of the template: > > {% extends "site_base.html" %} > > Which looks ok to me.   I got this while refactoring things. > Pretty sure the

exception while rendering: 'utf8' codec can't decode byte 0x92 in position 2911

2009-01-05 Thread adrian
I'm getting this message on line 1 of the template: {% extends "site_base.html" %} Which looks ok to me. I got this while refactoring things. Pretty sure the template was working as is in another location. Any idea how I can debug this, I have no clue.

Re: Caught an exception while rendering: no such table: django_admin_log

2008-11-04 Thread joshuajenkins
Sure thought I had. Dumb mistake, thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send

Re: Caught an exception while rendering: no such table: django_admin_log

2008-11-04 Thread Colin Bean
On Tue, Nov 4, 2008 at 3:00 PM, joshuajenkins <[EMAIL PROTECTED]> wrote: > > I'm running into an issue when just starting with Django 1.0 where the > following exception is caught: > Caught an exception while rendering: no such table: django_admin_log > > I've done some

Caught an exception while rendering: no such table: django_admin_log

2008-11-04 Thread joshuajenkins
I'm running into an issue when just starting with Django 1.0 where the following exception is caught: Caught an exception while rendering: no such table: django_admin_log I've done some searching and it appears that this is common if you're not running Django 1.0, but 0.96 or lower. I've

Re: Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-19 Thread Steve Holden
Brian Neal wrote: > > > On Sep 19, 12:45 pm, Steve Holden <[EMAIL PROTECTED]> wrote: >> That's annoying: now *I* have a (named) pattern that won't reverse with >> the URL tag: specifically, the edit profile URL from the Google code >> profiles app: >> >>url(r'^edit/$',

Re: Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-19 Thread Brian Neal
On Sep 19, 12:45 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > That's annoying: now *I* have a (named) pattern that won't reverse with > the URL tag: specifically, the edit profile URL from the Google code > profiles app: > >                        url(r'^edit/$', >                            

Re: Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-19 Thread Steve Holden
Brian Neal wrote: > > On Sep 16, 4:09 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > >> Brian Neal wrote: >> >>> I might have found my answer. I was looking at the list of >>> incompatible changes and found this: >>> >>> http://code.djangoproject.com/changeset/8760 >>> >>>

Re: Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-16 Thread Malcolm Tredinnick
On Mon, 2008-09-15 at 20:44 -0700, Ross wrote: > Check out the description of the {% url %} tag in the Django > documentation: > > http://docs.djangoproject.com/en/dev/ref/templates/builtins/#url > > It does not expect the project name to be in the URL. Try dropping > "gpp" and just use

Re: Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-16 Thread Brian Neal
On Sep 16, 4:09 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > Brian Neal wrote: > > I might have found my answer. I was looking at the list of > > incompatible changes and found this: > > >http://code.djangoproject.com/changeset/8760 > > > Which led me to this: > >

Re: Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-16 Thread Steve Holden
Brian Neal wrote: > I might have found my answer. I was looking at the list of > incompatible changes and found this: > > http://code.djangoproject.com/changeset/8760 > > Which led me to this: > > http://docs.djangoproject.com/en/dev/topics/http/urls/#reverse > > I quote from the docs: > > "The

Re: Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-16 Thread Brian Neal
I might have found my answer. I was looking at the list of incompatible changes and found this: http://code.djangoproject.com/changeset/8760 Which led me to this: http://docs.djangoproject.com/en/dev/topics/http/urls/#reverse I quote from the docs: "The reverse() function can reverse a large

Re: Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-16 Thread akonsu
hello, you could try named url patterns. > I am also seeing strange things if I change the order of the URLs in > my URL patterns list. please define "strange things" :) in general, the order of urls matters because django starts rverse lookup from the top of the list and stops at the first

Re: Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-16 Thread Brian Neal
On Sep 15, 10:44 pm, Ross <[EMAIL PROTECTED]> wrote: > Check out the description of the {% url %} tag in the Django > documentation: > > http://docs.djangoproject.com/en/dev/ref/templates/builtins/#url > > It does not expect the project name to be in the URL. Try dropping > "gpp" and just use

Re: Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-15 Thread Ross
 'django.contrib.sessions', >  'django.contrib.sites', >  'gpp.core', >  'gpp.accounts', >  'gpp.legal', >  'gpp.contact', >  'gpp.weblinks'] > Installed Middleware: > ('django.middleware.common.CommonMiddleware', >  'django.contrib.sessions.middleware.SessionMiddleware', >  'django.contrib.auth

Problem with url tag (Caught an exception while rendering: Reverse ...)

2008-09-15 Thread Brian Neal
emplate d:\documents\brian\coding\python\django\gremmies_portal\gpp \templates\gpp\weblinks\view_links.html, error at line 8 Caught an exception while rendering: Reverse for 'gpp.gpp.weblinks.views.view_links' with arguments '()' and keyword arguments '{'category': 1L, 'sort': 'title', '

Re: TemplateSyntaxError: Caught an exception while rendering: coercing to Unicode: need string or buffer, long found

2008-09-15 Thread Daniel Roseman
On Sep 15, 7:33 pm, SnappyDjangoUser <[EMAIL PROTECTED]> wrote: > Hi Folks, > > I am receiving an obscure TemplateSyntaxError (Caught an exception > while rendering: coercing to Unicode: need string or buffer, long > found ) when rending a ModelForm that has a foreign key

TemplateSyntaxError: Caught an exception while rendering: coercing to Unicode: need string or buffer, long found

2008-09-15 Thread SnappyDjangoUser
Hi Folks, I am receiving an obscure TemplateSyntaxError (Caught an exception while rendering: coercing to Unicode: need string or buffer, long found ) when rending a ModelForm that has a foreign key back to a specific table. My template correctly renders forms for all models except

Re: exception while rendering

2006-03-03 Thread Malcolm Tredinnick
On Fri, 2006-03-03 at 17:12 -0600, Alan Bailey wrote: > Hi there- > > I am getting the following exception. It doesn't show up in django's > flashy exception display, but just as text (because it happens while > rendering). > > Dunno why it happens. But it usually happens after I add some

exception while rendering

2006-03-03 Thread Alan Bailey
.render(context) File "/usr/lib/python2.3/site-packages/Django-0.91-py2.3.egg/django/core/template/__init__.py", line 707, in render bits.append(self.render_node(node, context)) File "/usr/lib/python2.3/site-packages/Django-0.91-py2.3.egg/django/cor