InvenTree/InvenTree/part
Oliver c3f6b75b30
Attachment bug fix (#3818)
* Prevent name check on null attachment file

(cherry picked from commit c4ed1e23a01f278d696c2853337bdde0a682c6c5)

* Unit testing for uploading attachments via API

(cherry picked from commit 592548065f7b69f58b8aaaaea506e3ec653a63df)
2022-10-20 22:43:14 +11:00
..
fixtures Allow searching of BOM List API endpoint (#3296) 2022-07-06 10:09:58 +10:00
migrations Adds 'consumable' field to BomItem model (#2890) 2022-09-24 23:45:56 +10:00
templates/part [Plugin] Allow custom plugins for running validation routines (#3776) 2022-10-18 23:50:07 +11:00
templatetags Custom splash screen (#3499) 2022-08-09 09:42:53 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Merge pull request from GHSA-7rq4-qcpw-74gq 2022-06-15 18:32:35 +10:00
api.py [Plugin] Allow custom plugins for running validation routines (#3776) 2022-10-18 23:50:07 +11:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
bom.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
filters.py Feature: Supplier part pack size (#3644) 2022-09-08 09:49:14 +10:00
forms.py Refctor image downloader (#3393) 2022-07-25 11:17:59 +10:00
models.py [Plugin] Allow custom plugins for running validation routines (#3776) 2022-10-18 23:50:07 +11:00
serializers.py Adds 'consumable' field to BomItem model (#2890) 2022-09-24 23:45:56 +10:00
settings.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tasks.py Overdue order notification (#3114) 2022-06-06 19:12:29 +10:00
test_api.py Attachment bug fix (#3818) 2022-10-20 22:43:14 +11:00
test_bom_export.py Adds 'consumable' field to BomItem model (#2890) 2022-09-24 23:45:56 +10:00
test_bom_import.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
test_bom_item.py Adds 'consumable' field to BomItem model (#2890) 2022-09-24 23:45:56 +10:00
test_category.py Path name bug fix (#3694) 2022-09-20 19:02:08 +10:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_param.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_part.py Barcode Refactor (#3640) 2022-09-15 14:14:51 +10:00
test_views.py Set part category (#3134) 2022-06-06 13:00:30 +10:00
urls.py Remove broken URL (#3623) 2022-09-01 07:36:35 +10:00
views.py Switch to pathlib (#3392) 2022-07-27 10:42:34 +10:00