awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.17k stars 1.04k forks source link

Fix bug, Wrong exception #822

Closed jhonvidal closed 4 years ago

jhonvidal commented 4 years ago

Error deleting an item from the image gallery catalog :

TypeError at /es/
'NoneType' object is not subscriptable
Request Method: GET
Request URL:    http://localhost:8000/es/
Django Version: 3.0.7
Exception Type: TypeError
Exception Value:    
'NoneType' object is not subscriptable
Exception Location: /home/kira/.virtualenvs/vsite/lib/python3.6/site-packages/shop/cascade/catalog.py in render, line 165
Python Executable:  /home/kira/.virtualenvs/vsite/bin/python
Python Version: 3.6.0
Python Path:    
['/home/kira/Desarrollo/implementacion/vsite',
 '/home/kira/Desarrollo/implementacion/vsite',
 '/home/kira/Desarrollo/ide/pycharm-2020.1.1/plugins/python/helpers/pycharm_display',
 '/home/kira/.pyenv/versions/3.6.0/lib/python36.zip',
 '/home/kira/.pyenv/versions/3.6.0/lib/python3.6',
 '/home/kira/.pyenv/versions/3.6.0/lib/python3.6/lib-dynload',
 '/home/kira/.virtualenvs/vsite/lib/python3.6/site-packages',
 '/home/kira/Desarrollo/ide/pycharm-2020.1.1/plugins/python/helpers/pycharm_matplotlib_backend']
Server time:    Mar, 23 Jun 2020 15:09:03 +0000

Correct exception type is TypeError