InvenTree/InvenTree/part
Oliver Walters fc75ab7420 Reduce response time for stock list
Initial time - 6.2s
After prefetch - 4.3s
2019-05-20 08:44:52 +10:00
..
fixtures Refactored Stock test to use fixtures 2019-05-12 21:46:38 +10:00
migrations Restart migrations 2019-05-19 00:11:41 +10:00
templates/part Improve pricing display 2019-05-18 23:44:43 +10:00
templatetags Pre-fill allocation count 2019-05-18 12:17:57 +10:00
__init__.py Move SupplierPart and SupplierPriceBreak to the 'Company' app 2019-05-18 23:08:34 +10:00
admin.py PEP fixes 2019-05-18 23:08:42 +10:00
api.py Reduce BOM listing time to ~1.8s 2019-05-20 08:31:03 +10:00
apps.py Added PartCategory 2017-03-25 23:07:43 +11:00
forms.py Add pop-up pricing window for part 2019-05-18 23:09:08 +10:00
models.py PEP 2019-05-18 23:09:04 +10:00
serializers.py Reduce response time for stock list 2019-05-20 08:44:52 +10:00
test_api.py Simplify extended filters 2019-05-16 19:14:43 +10:00
test_bom_item.py Added some more BomItem tests 2019-05-05 00:00:30 +10:00
test_category.py Refactored Stock test to use fixtures 2019-05-12 21:46:38 +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 Add pop-up pricing window for part 2019-05-18 23:09:08 +10:00
views.py Fix div-by-zero for part pricing 2019-05-20 07:53:23 +10:00