Re: View file not processing any new additions

2011-02-09 Thread Nick
Nevermind. I was checking the template for one view and editing another. Idiotic. yeesh. On Feb 9, 12:12 pm, Nick wrote: > Additionally, > > if I change any of the other elements in the view, say: es = > ExamplTESTFORFAULT.object.all() it doesn't raise an error. Only when >

Re: View file not processing any new additions

2011-02-09 Thread Nick
Additionally, if I change any of the other elements in the view, say: es = ExamplTESTFORFAULT.object.all() it doesn't raise an error. Only when there is a syntax error. On Feb 9, 11:53 am, Nick wrote: > I have a view for an application that loops through a queryset and >

View file not processing any new additions

2011-02-09 Thread Nick
I have a view for an application that loops through a queryset and cleans the data for a certain kind of output but leaves all the DB data in tact as it was entered for archiving purposes. There are multiple conditional checks that are working fine but anything new I've added or subtracted from