InvenTree/InvenTree/common
Oliver 238902e4f3
Url validation (#6045)
* Add new setting INVENTREE_STRICT_URLS

- Enforce schema prefix to URL validation
- Default  = True

* Implement new validation

* Also implement for DRF serializers
2023-12-06 17:17:15 +11:00
..
fixtures fix endline 2022-05-20 13:35:07 +02:00
migrations Project Responsible (#5944) 2023-11-21 23:13:20 +11:00
__init__.py startapp common 2019-09-03 08:30:14 +10:00
admin.py refactor: refactor unnecessary else / elif when if block has a return statement (#5735) 2023-10-18 09:06:54 +11:00
api.py [PUI] Render status labels (#5759) 2023-10-26 21:49:38 +11:00
apps.py Prevent write of SERVER_RESTART_REQUIRED setting when importing dataset (#3249) 2022-06-24 20:42:55 +10:00
files.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
forms.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
models.py Url validation (#6045) 2023-12-06 17:17:15 +11:00
notifications.py Added order cancel notifications (#5912) 2023-11-15 09:31:24 +11:00
serializers.py Project Responsible (#5944) 2023-11-21 23:13:20 +11:00
settings.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
tasks.py Add flake8-logging linting (#5620) 2023-09-28 14:53:22 +10:00
test_notifications.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
test_tasks.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 refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
urls.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
views.py refactor: refactor unnecessary else / elif when if block has a return statement (#5735) 2023-10-18 09:06:54 +11:00