fixtures
|
CHange "parts" to "items"
|
2020-09-28 22:03:41 +10:00 |
migrations
|
Add "is_building" field to StockItem model
|
2020-10-05 00:12:42 +11:00 |
templates/stock
|
Add some more icons
|
2020-10-29 13:58:05 +11:00 |
__init__.py
|
PEP fixes
|
2020-04-22 13:21:45 +10:00 |
admin.py
|
PEP fix
|
2020-09-30 07:56:44 +10:00 |
apps.py
|
Added stock page
|
2017-03-27 21:05:19 +11:00 |
forms.py
|
Remove a debug statement
|
2020-10-04 23:49:01 +11:00 |
serializers.py
|
Update queryset annotation for StockItem
|
2020-09-05 22:50:17 +10:00 |
test_api.py
|
Update creation of StockItem via API
|
2020-10-18 22:24:45 +11:00 |
test_views.py
|
Added Test user and all permissions
|
2020-10-06 09:02:10 -05:00 |
views.py
|
Update calls to post_save
|
2020-10-30 10:12:42 +11:00 |