InvenTree/InvenTree/users
Oliver f4e8c05165
Group API (#4327)
* Add basic endpoint for group information

* Add hardcoded api-url lookup function for django models

* Adds JS function for rendering a 'group'

* Fix typo

* Add unit tests for new endpoints

* Increment API version

* JS linting
2023-02-11 07:09:59 +11:00
..
fixtures Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
migrations Added missing migration file (how did it escape?) 2021-01-13 17:33:55 -05:00
__init__.py Added User API and serializer 2017-04-20 22:40:59 +10:00
admin.py Last Connection date for user in admin panel (#3747) 2022-10-06 22:35:20 +11:00
api.py Group API (#4327) 2023-02-11 07:09:59 +11:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py [BUG] Fix ownership (#4244) 2023-01-25 09:28:36 +11:00
serializers.py Group API (#4327) 2023-02-11 07:09:59 +11:00
test_api.py Group API (#4327) 2023-02-11 07:09:59 +11:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Group API (#4327) 2023-02-11 07:09:59 +11:00