InvenTree/InvenTree/build
2022-05-17 14:20:41 +10:00
..
fixtures Implement unit tests for new build allocation API feature 2021-10-04 18:53:10 +11:00
migrations Add unit tests for boolean user settings (via the API) 2022-05-01 20:23:50 +10:00
templates/build Paint the icon red 2022-05-04 17:33:19 +10:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py PEP fixes 2022-05-12 12:47:25 +10:00
api.py Fix context such that build output can be deleted 2022-05-17 11:52:42 +10:00
apps.py Added skeleton for 'build' app 2018-04-17 00:32:02 +10:00
forms.py Refactor CancelBuild form 2022-05-04 16:30:46 +10:00
models.py make imports on function level 2022-05-16 18:01:16 +02:00
serializers.py Add unit tests for BuildOutputCreate serializer 2022-05-17 13:00:53 +10:00
tasks.py update translation commands 2022-05-01 22:03:49 +02:00
test_api.py Add unit tests for BuildOutputDelete serializer 2022-05-17 14:20:41 +10:00
test_build.py Refactor CancelBuild form 2022-05-04 16:30:46 +10:00
test_migrations.py Test migrations for build app 2021-02-04 00:44:37 +11:00
tests.py PEP fixes 2022-05-04 18:46:07 +10:00
urls.py Refactor CancelBuild form 2022-05-04 16:30:46 +10:00
views.py Remove encoding header 2022-05-15 20:33:00 +02:00