InvenTree/InvenTree/build
Oliver Walters 091a9d9803 Refactor how form errors are handled
- When in doubt, refer to the django docs
- There was a *much* better way (thanks, form.add_error)!
- The anti-pattern was deleted, and lo, there was much rejoicing
- Some other refactoring too
2020-10-28 23:33:33 +11:00
..
fixtures Fixes for unit testing 2020-10-19 23:31:52 +11:00
migrations Add database table for storing file attachments against a BuildOrder 2020-10-26 15:21:03 +11:00
templates/build Updated allocation card view 2020-10-27 23:33:51 +11:00
__init__.py PEP fixes 2019-04-28 01:09:48 +10:00
admin.py Upate admin interface 2020-10-19 22:40:19 +11:00
api.py Filter builditem API by 'output' stock item 2020-10-22 21:43:53 +11:00
apps.py Added skeleton for 'build' app 2018-04-17 00:32:02 +10:00
forms.py Auto-generate build outputs when a build is created 2020-10-27 23:09:17 +11:00
models.py Auto-generate build outputs when a build is created 2020-10-27 23:09:17 +11:00
serializers.py Improvements to progress bar function 2020-10-21 00:49:17 +11:00
test_build.py Added some more buttons, etc 2020-10-26 22:34:40 +11:00
tests.py Fixes for unit testing 2020-10-19 23:31:52 +11:00
urls.py Attachment functionality for BuildOrder 2020-10-26 17:00:31 +11:00
views.py Refactor how form errors are handled 2020-10-28 23:33:33 +11:00