InvenTree/InvenTree/common
Oliver Walters c95f124578 Add some helper magic for setting objects
- If the setting is defined as a "bool" then the returned value is automatically cast to a bool
- Add some more unit testing
2020-11-09 23:44:54 +11:00
..
fixtures Simple test case for currency 2019-09-03 09:19:37 +10:00
migrations Remove "description" field from InvenTreeSettings key:value fields 2020-10-20 00:02:54 +11:00
templates/common Use a checkbox input when editing a boolean setting 2020-10-25 21:00:06 +11:00
__init__.py startapp common 2019-09-03 08:30:14 +10:00
admin.py Remove "description" field from InvenTreeSettings key:value fields 2020-10-20 00:02:54 +11:00
api.py Sort currency API 2019-09-07 19:28:20 +10:00
apps.py Improvements for global settings 2020-10-25 07:49:38 +11:00
forms.py Edit setting directly 2020-10-25 08:02:46 +11:00
models.py Add some helper magic for setting objects 2020-11-09 23:44:54 +11:00
serializers.py Add serializer / API for currency objects 2019-09-07 19:18:18 +10:00
tests.py Improvements for global settings 2020-10-25 07:49:38 +11:00
urls.py Delete a currency from the currency settings view 2019-09-07 20:22:30 +10:00
views.py Use a checkbox input when editing a boolean setting 2020-10-25 21:00:06 +11:00