I have a field in models that has primary_key=True. Now I want to override the save method and check if the object is created. How can I check it if I can t check self.id?
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.