Simple export of CSV

2010-03-24 Thread jlwlynn
I'm trying to simply export CSV, but have failed miserably. First I perform a search and the query set is displayed in a template. I want to have an export button that will export the data on the page, but unfortunately, I lost the query set and even if I were to have it as a parameter, it would

Having trouble building a search form with proper filters

2009-12-18 Thread jlwlynn
Okay, Here's a quick look at my model layout Contact : company -> ForeignKey -> Company Company : type --> OneToOne --> Type Type : type (character) I'm trying to build a search that will return contacts based on certain criteria. Any other fields in Company that do not join to another t