InvenTree/InvenTree/part
Oliver Walters 0969edc431 Some tweaks
- Add (unused) function to download an external file
- JS tweaks
2019-05-07 08:07:33 +10:00
..
fixtures Part API test suite now uses test data fixtures 2019-05-05 00:15:25 +10:00
migrations Limit choices for BomItem Part foreignkey fields 2019-05-05 22:34:00 +10:00
templates/part Add the ability to extract image URL information when drag-and-dropping image URL from a browser window 2019-05-07 00:04:35 +10:00
templatetags add docstrings 2019-05-04 11:28:23 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Add PartStar model to the admin interface 2019-05-05 08:50:14 +10:00
api.py Search part by IPN 2019-05-06 11:23:55 +10:00
apps.py Added PartCategory 2017-03-25 23:07:43 +11:00
forms.py Test that uploaded image is an image file, return error otherwise 2019-05-06 22:20:06 +10:00
models.py PEP 2019-05-05 22:35:39 +10:00
param_todo.py_todo Flakey 2018-04-16 01:02:17 +10:00
serializers.py PEP fixes 2019-05-05 11:44:23 +10:00
test_api.py Part API test suite now uses test data fixtures 2019-05-05 00:15:25 +10:00
test_bom_item.py Added some more BomItem tests 2019-05-05 00:00:30 +10:00
test_category.py Test recursive child count 2019-05-04 23:22:32 +10:00
test_part.py Add tests for the custom templates 2019-05-05 00:21:54 +10:00
test_supplier_part.py PEP fixes 2019-04-25 03:20:25 +10:00
urls.py POST image data to View 2019-05-06 21:49:01 +10:00
views.py Some tweaks 2019-05-07 08:07:33 +10:00