given a standard model (called Image) with an autoset \'id\', how do I get the max id?
So far I\'ve tried:
max_id = Image.objects.all().aggregate(Max
Latest object without catching exception and using django orm:
Image.objects.filter().order_by('id').first()