Re: Admin stopped working for my model

2006-05-17 Thread [EMAIL PROTECTED]
I eventually found the error, an incorrect name in the admin list_display tuple, not such a friendly error message :-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Admin stopped working for my model

2006-05-11 Thread James Bennett
On 5/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > changes (added help_text to some fields) and when I ran the admin app I > get an exception trying to add a new row to *any* of my tables (the > core/auth tables work fine still). I am running 0.91 on Windows with > SQLite3. I seem to reca

Admin stopped working for my model

2006-05-11 Thread [EMAIL PROTECTED]
I was working away happily all day yesterday perfecting my model and using the admin site for my lookup tables and other configuration (am planning on using generic/custom views for the main application tables). It was all working well, I was using manage.py install and manage.py sqlclear to clean