InvenTree/InvenTree/company
Oliver 57a20be5c3
Remove client-side length validation in form inputs (#3911)
* Remove client-side length validation in form inputs

- Let the server throw an error (so the user sees it)

* Update instances of models.URLField to InvenTreeURLField
2022-11-10 12:51:15 +11:00
..
fixtures fix endline 2022-05-20 13:35:07 +02:00
migrations Remove client-side length validation in form inputs (#3911) 2022-11-10 12:51:15 +11:00
templates/company Barcode Refactor (#3640) 2022-09-15 14:14:51 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Merge pull request from GHSA-7rq4-qcpw-74gq 2022-06-15 18:32:35 +10:00
api.py Add metadata model to Company (#3895) 2022-11-03 22:21:16 +11:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Remove client-side length validation in form inputs (#3911) 2022-11-10 12:51:15 +11:00
serializers.py Add 'barcode_hash' data to more API serializers: (#3906) 2022-11-07 22:36:15 +11:00
test_api.py Add checks for url changes #3864 (#3869) 2022-10-29 09:39:04 +11:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
urls.py Barcode Refactor (#3640) 2022-09-15 14:14:51 +10:00
views.py Barcode Refactor (#3640) 2022-09-15 14:14:51 +10:00