InvenTree/InvenTree/part
Oliver 4059d9ffeb
Timestamp issues (#6867)
* Adjust default values for test result fields

* Add helper functions:

- current_time()
- current_date()

Handles timezone "awareness"

* Use new helper function widely

* Update defaults - do not use None

* Allow null field values
2024-03-27 16:57:59 +11:00
..
fixtures [WIP] Test result table (#6430) 2024-02-18 23:26:01 +11:00
migrations Fix data migration (#6652) 2024-03-06 21:40:36 +00:00
templates/part API Tree filters (#6536) 2024-02-21 23:34:20 +11:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Allow import of part images (#6513) 2024-02-19 12:47:25 +11:00
api.py Fix a few warnings in api generation (#6836) 2024-03-25 09:10:38 +11:00
apps.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
bom.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
filters.py [PUI/Feature] Integrate Part "Default Location" into UX (#5972) 2024-03-15 12:06:18 +11:00
forms.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
helpers.py Order responsible requirement (#6866) 2024-03-27 15:25:56 +11:00
models.py Timestamp issues (#6867) 2024-03-27 16:57:59 +11:00
part.py [CI] Enable python autoformat (#6169) 2024-01-11 11:28:58 +11:00
serializers.py [PUI/Feature] Integrate Part "Default Location" into UX (#5972) 2024-03-15 12:06:18 +11:00
settings.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
stocktake.py Timestamp issues (#6867) 2024-03-27 16:57:59 +11:00
tasks.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_api.py Order responsible requirement (#6866) 2024-03-27 15:25:56 +11:00
test_bom_export.py Create test files in seperate folder & cleanup before image build (#6571) 2024-02-26 11:23:49 +11:00
test_bom_import.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_bom_item.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_category.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
test_migrations.py [WIP] Test result table (#6430) 2024-02-18 23:26:01 +11:00
test_param.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_part.py Site access updates (#6731) 2024-03-18 12:53:48 +11:00
test_pricing.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_views.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00
urls.py Move more paths to basic path (#6251) 2024-01-18 17:05:10 +11:00
views.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00