netbox/netbox/core
Arthur Hanson 8767577ecd
15553 change graphql sub-queries from functions to types (#15557)
* 15553 change graphql list to types

* 15553 review changes
2024-03-29 14:54:31 -04:00
..
api Fixes #15570: Remove omission of M2M relations when generating writable serializers for OpenAPI schema 2024-03-28 16:17:12 -04:00
forms Use FieldSet instances for all forms 2024-03-19 13:34:13 -04:00
graphql 15553 change graphql sub-queries from functions to types (#15557) 2024-03-29 14:54:31 -04:00
management Rename ContentType proxy model to ObjectType 2024-03-04 08:33:44 -05:00
migrations Rename ContentType proxy model to ObjectType 2024-03-04 08:33:44 -05:00
models 14799 Fix sync of scripts from data source (#15303) 2024-03-26 08:36:36 -04:00
tables 14729 Move background tasks list from admin UI to Primary UI (#14825) 2024-02-01 11:44:07 -05:00
tests Add tests for missing FilterSet filters 2024-03-11 14:39:34 -04:00
__init__.py Closes #11558: Add support for remote data sources (#11646) 2023-02-19 20:09:51 -05:00
apps.py Closes #15042: Move model registration logic to AppConfigs (#15203) 2024-02-21 14:22:13 -05:00
choices.py Closes #13381: Enable plugins to register custom data backends (#14095) 2023-10-24 11:35:53 -04:00
constants.py 14729 Move background tasks list from admin UI to Primary UI (#14825) 2024-02-01 11:44:07 -05:00
data_backends.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
exceptions.py Closes #11558: Add support for remote data sources (#11646) 2023-02-19 20:09:51 -05:00
filtersets.py Add missing filters 2024-03-11 14:39:34 -04:00
jobs.py #13334: Capture exception class when recording job error 2023-12-01 10:54:46 -05:00
search.py Closes #14503: Include additional display attributes for search indexers 2023-12-21 14:36:42 -05:00
signals.py Closes #14365: Introduce job_start and job_end signals (#14393) 2023-11-30 19:36:41 -05:00
urls.py 14729 Move background tasks list from admin UI to Primary UI (#14825) 2024-02-01 11:44:07 -05:00
views.py Closes #14736: Enable HTMX navigation globally (#15158) 2024-03-28 11:51:38 -04:00