InvenTree/InvenTree/users
Oliver 1b7f943946
Prefetch RuleSet objects for group (#5725)
* Prefetch RuleSet objects for group

- Prevent multiple unnecessary db queries

* Tweak

* Default to previous behavior

* Revert closer to original
2023-10-17 21:33:23 +11:00
..
fixtures Adding bulk deletion endpoint for notifications (#3154) 2022-06-08 07:45:30 +10:00
migrations decouble ruleset migration (#5067) 2023-06-19 16:56:26 +10:00
__init__.py Added User API and serializer 2017-04-20 22:40:59 +10:00
admin.py Fix common spelling mistakes (#4956) 2023-06-04 00:04:52 +10:00
api.py Enable regex search (#4566) 2023-04-04 07:05:55 +10:00
apps.py Add flake8-logging linting (#5620) 2023-09-28 14:53:22 +10:00
models.py Prefetch RuleSet objects for group (#5725) 2023-10-17 21:33:23 +11:00
serializers.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
test_api.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
test_migrations.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
tests.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00