InvenTree/InvenTree/part
Oliver 317c2666b8
Improvements for part.full_name (#5946)
* Improvements for part.full_name

- Compile and cache the template
- Reduces typical render time from ~20ms to ~0.2ms

* Force autoescape
2023-11-21 00:12:25 +11:00
..
fixtures Fix: Allow allocation of variants to sales order lines (#5656) 2023-10-04 10:39:22 +11:00
migrations Update django money / py-moneyed dependencies (#5778) 2023-10-31 22:19:55 +11:00
templates/part Part responsible owner (#5774) 2023-10-23 21:35:51 +11:00
templatetags [PUI] Added AboutInventreeModal (#5813) 2023-10-31 10:02:28 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
api.py Distinct query fix (#5916) 2023-11-15 10:18:26 +11:00
apps.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
bom.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
filters.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
forms.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
helpers.py Improvements for part.full_name (#5946) 2023-11-21 00:12:25 +11:00
models.py Improvements for part.full_name (#5946) 2023-11-21 00:12:25 +11:00
part.py Fixes and improvements for the part import wizard (#4127) 2023-01-01 22:03:43 +11:00
serializers.py Make modals/forms more reactive (#5897) 2023-11-21 00:00:44 +11:00
settings.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
stocktake.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
tasks.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_api.py BOM tree fix (#5870) 2023-11-07 09:48:04 +11:00
test_bom_export.py BOM tree fix (#5870) 2023-11-07 09:48:04 +11:00
test_bom_import.py BOM tree fix (#5870) 2023-11-07 09:48:04 +11:00
test_bom_item.py BOM tree fix (#5870) 2023-11-07 09:48:04 +11:00
test_category.py Recursive delete fix fix (#5819) 2023-10-31 22:58:43 +11:00
test_migrations.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_param.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_part.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_pricing.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11: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 Various style fixes (#5797) 2023-10-27 09:06:48 +11:00