Add description column to QRCodeMixin
Having the description field only on the Model class makes things inconsistent. It's nice to have a description on other attributes as well.
Showing
- app/inventory/forms.py 2 additions, 1 deletionapp/inventory/forms.py
- app/inventory/views.py 3 additions, 2 deletionsapp/inventory/views.py
- app/models.py 2 additions, 6 deletionsapp/models.py
- app/templates/inventory/attributes.html 2 additions, 0 deletionsapp/templates/inventory/attributes.html
- tests/functional/test_api.py 2 additions, 1 deletiontests/functional/test_api.py
Loading
Please register or sign in to comment