Quantcast
Channel: Object not showing in DetailView when using a uuid as primary key - Stack Overflow
Viewing all articles
Browse latest Browse all 3

Answer by Burhan Khalid for Object not showing in DetailView when using a uuid as primary key

$
0
0

The reason your template tags are not working is because you need to actually return the instance in get_object():

def get_object(self):
    return Shipment.objects.get(pk=self.kwargs['trackid'])

If you don't return anything, the method returns None (its the default return value); and thus your templates have nothing to show.


Viewing all articles
Browse latest Browse all 3

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>