Sometimes you might need to convert tuple (or list) to dict object to make it more readable. After all l['product_id'] is more readable than l[4]...
This is the second part of the two-part series. First part can be found here. Here are some more tips that every django developer should know in order to write faster apps....