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 > there is a syntax er

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 > cleans the data for a ce