InvenTree/InvenTree/build
github-actions[bot] a36ab0c004
Fix bug in loading setting from cache (#5612) (#5616)
* Fix bug in loading setting from cache

- Need to bring out "cache" key first, otherwise it gets included in the calculated cache key
- Reference: https://github.com/inventree/InvenTree/issues/5586

* Unit test fixes

(cherry picked from commit 87a8755e1b)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
2023-09-25 16:05:17 +10:00
..
fixtures Reference fields (#3267) 2022-07-11 00:01:46 +10:00
migrations Add ProjectCode support to build orders (#4808) 2023-06-14 11:23:35 +10:00
templates/build Child items table (#5114) 2023-06-28 15:22:23 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
api.py Add ProjectCode support to build orders (#4808) 2023-06-14 11:23:35 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Update required parts for build orders (#5542) (#5543) 2023-09-15 10:06:39 +10:00
serializers.py Fix allocation check for completing build order (#5199) (#5200) 2023-07-07 13:48:18 +10:00
tasks.py Update required parts for build orders (#5542) (#5543) 2023-09-15 10:06:39 +10:00
test_api.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00
test_build.py Fix bug in loading setting from cache (#5612) (#5616) 2023-09-25 16:05:17 +10:00
test_migrations.py Add ProjectCode support to build orders (#4808) 2023-06-14 11:23:35 +10:00
tests.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
validators.py [Plugin] Allow custom plugins for running validation routines (#3776) 2022-10-18 23:50:07 +11:00
views.py Build Order Updates (#4855) 2023-06-13 20:18:32 +10:00