InvenTree/InvenTree/part
Oliver 8268b9b105
Fix for data migration (#4892)
* Fix for data migration

- Catch *all* exceptions
- We don't want an unhandled exception to break data migration

* Add more exception handling

* Fix typo
2023-05-25 10:59:55 +10:00
..
fixtures Extend functionality of custom validation plugins (#4391) 2023-03-07 22:43:12 +11:00
migrations Fix for data migration (#4892) 2023-05-25 10:59:55 +10:00
templates/part Fix category filtering for parameteric part table (#4861) 2023-05-21 23:17:28 +10:00
templatetags Remove debug message (#4883) 2023-05-24 13:48:38 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
api.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
apps.py Part pricing cache (#3710) 2022-11-14 15:58:22 +11:00
bom.py Bom export with substitute part numbers (#4203) 2023-01-25 09:35:26 +11:00
filters.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
forms.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
models.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
part.py Fixes and improvements for the part import wizard (#4127) 2023-01-01 22:03:43 +11:00
serializers.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
settings.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tasks.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
test_api.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
test_bom_export.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
test_bom_import.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
test_bom_item.py Metadata fix (#4725) 2023-05-05 14:06:19 +10:00
test_category.py Add 'Tag' management (#4367) 2023-05-04 09:02:48 +10:00
test_migrations.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
test_param.py Parameter filtering (#4823) 2023-05-19 13:24:55 +10:00
test_part.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
test_pricing.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
test_views.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
urls.py [Feature] Add RMA support (#4488) 2023-03-29 10:35:43 +11:00
views.py Add InvenTreePluginViewMixin to PartIndex (#4843) 2023-05-18 01:04:37 +10:00