This happens:
In [22]: product_details.firefox_history_development_releases['4.0b8']
13:04:1299099865 product_details:WARNING Requested product details file firefox_history_development_releases['4 not found! :
/Users/dash/Projects/input/reporter/vendor/src/django-mozilla-product-details/product_details/__init__.py:59
It seems like it shoudl first check to see if 4.0b8 is an item in the dict and then do the lookup.
This happens:
It seems like it shoudl first check to see if 4.0b8 is an item in the dict and then do the lookup.