InvenTree/InvenTree/users
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 Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
migrations Token admin fix (#5891) 2023-11-09 13:59:44 +11:00
__init__.py Added User API and serializer 2017-04-20 22:40:59 +10:00
admin.py Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
api.py Generate API docs (#6319) 2024-02-08 16:19:57 +11:00
apps.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
authentication.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
models.py Timestamp issues (#6867) 2024-03-27 16:57:59 +11:00
serializers.py Generate API docs (#6319) 2024-02-08 16:19:57 +11:00
test_api.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_migrations.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
tests.py Seperate CUI url paths and tests (#6543) 2024-02-22 22:56:50 +00:00