netbox/netbox/extras
Jeremy Stretch 76245dcdbe Improve object list layout (#6907)
* Split object list and filters into tabs

* Use object_list template for connections, rack elevations

* Include custom field filters in grouped filter form

* Annotate number of applied filters on tab

* Rearrange table controls
2021-08-06 15:35:14 -04:00
..
api Merge branch 'develop' into feature 2021-06-02 20:35:38 -04:00
graphql Fixes #6832: Support config context rendering under GraphQL API 2021-08-04 15:55:55 -04:00
management Log a warning when rqworker invoked without specified queues 2021-07-09 21:23:27 -04:00
migrations Standardize squashed migration names 2021-07-09 13:23:43 -04:00
models Merge branch 'develop' into feature 2021-07-23 08:02:21 -04:00
plugins Merge branch 'feature' into 6651-plugins-rq-queues 2021-07-09 08:43:39 -04:00
templatetags #6797: Improve controls & custom link styling 2021-08-03 10:21:06 -07:00
tests Fix bulk_import button class in test view after naming change in a6d6e4d 2021-08-03 12:43:28 -07:00
__init__.py Closes #3408: Remove WEBHOOKS_ENABLE configuration setting 2019-12-06 11:52:28 -05:00
admin.py Add UI views for webhooks 2021-06-23 21:30:23 -04:00
apps.py Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
choices.py #6797: Improve controls & custom link styling 2021-08-03 10:21:06 -07:00
constants.py Add tags as a feature query 2021-05-21 16:54:33 -04:00
context_managers.py Initial work on #6284 2021-05-28 16:07:27 -04:00
filters.py Rename FilterSet modules 2021-04-29 16:48:24 -04:00
filtersets.py Closes #5121: Add content_type filters for tags 2021-05-21 17:05:32 -04:00
forms.py Improve object list layout (#6907) 2021-08-06 15:35:14 -04:00
lookups.py Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
querysets.py Fix ConfigContext application for SiteGroups 2021-03-29 15:57:44 -04:00
registry.py Raise specific exceptions 2020-03-18 13:15:22 -04:00
reports.py Fixes #5012: Return details of exceptions resulting from report/script execution 2020-08-20 12:47:26 -04:00
scripts.py Replace references to v2.12 with v3.0 2021-05-25 15:05:02 -04:00
signals.py Remove cacheops workarounds & queryset caching metrics 2021-07-07 17:15:42 -04:00
tables.py Tables cleanup 2021-06-24 08:51:29 -04:00
urls.py Add UI views for webhooks 2021-06-23 21:30:23 -04:00
utils.py Move ObjectChange creation into signal receivers 2020-08-14 17:03:45 -04:00
validators.py Extend CustomValidator to support required, prohibited fields 2021-06-09 13:10:35 -04:00
views.py Optimize display of ConfigContext assigned objects 2021-07-21 14:11:42 -04:00
webhooks_worker.py Closes #3451: Add pre-/post-change snapshots to webhooks 2021-03-09 13:03:44 -05:00
webhooks.py Closes #6519: Avoid querying applicable webhooks for every object 2021-06-01 13:55:17 -04:00