Is there a way to make a fieldset collapsible, but start expanded? When you add collapse to the fieldset classes, it gets the functionality but starts collapsed. I ve taken a look at the JS that shows/hides the fieldset content, but it doesn t look like there s anything in there to do what I d like it to, so I m assuming I ll have to roll my own. Just wanted to check before I went through that effort.
How do I get two distinct random records using Django? I ve seen questions about how to get one but I need to get two random records and they must differ.