Re: Admin change list not displaying properly

2009-07-13 Thread Blake M. Sisco
Karen, Sorry about that:-( I just yanked everything from the terminal and pasted it in the group (not gmail), I will be more cautious next time. As far as my issues, my workflow consists of: - modify code - save - restart apache - view in browser (usually ff) so yes, I always restart

Re: Admin change list not displaying properly

2009-07-13 Thread Karen Tracey
On Mon, Jul 13, 2009 at 1:51 PM, bsisco wrote: > > i double checked all of my admin settings and nothing has changed. > however, i started commented out items i didn't need anymore > (list_display_links and list_filter) in the admin class for this model > and now i get a 500 error. I don't know

Re: Admin change list not displaying properly

2009-07-13 Thread bsisco
i double checked all of my admin settings and nothing has changed. however, i started commented out items i didn't need anymore (list_display_links and list_filter) in the admin class for this model and now i get a 500 error. Below is the traceback from the log file that I'm getting: [Mon Jul 13

Re: Admin change list not displaying properly

2009-07-13 Thread Karen Tracey
On Mon, Jul 13, 2009 at 10:47 AM, bsisco wrote: > > I have a simple application that we use to track incoming warranties > for my company. The change_list view used to show such items as part > number, serial number, date entered, control number etc. After a user > entered an item this morning

Admin change list not displaying properly

2009-07-13 Thread bsisco
I have a simple application that we use to track incoming warranties for my company. The change_list view used to show such items as part number, serial number, date entered, control number etc. After a user entered an item this morning the view now only shows boolean fields. I tried going in an