InvenTree/InvenTree/users
Oliver 0597ea9216
Token admin fix (#5891)
* Change available fields in admin

- Add 'key' when initially creating
- Stops key from being created twice

* Add MinLengthValidator to token key field
2023-11-09 13:59:44 +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 Token admin fix (#5891) 2023-11-09 13:59:44 +11:00
api.py More token tweaks (#5764) 2023-10-21 15:10:11 +11:00
apps.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
authentication.py More token tweaks (#5764) 2023-10-21 15:10:11 +11:00
models.py Token admin fix (#5891) 2023-11-09 13:59:44 +11:00
serializers.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
test_api.py More token tweaks (#5764) 2023-10-21 15:10:11 +11:00
test_migrations.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
tests.py Api token updates (#5664) 2023-10-20 14:06:06 +11:00