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
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
2 matches
Mail list logo