This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
113c60a44af7fa6ad61a8034b8bfc7867fb78660
Branches
Tags
View all branches
netbox-community-netbox
/
netbox
/
extras
History
Jeremy Stretch
634681a72e
Fixes
#13606
: Fix filtering by null for multiselect custom fields
2023-12-27 12:49:31 -05:00
..
api
…
dashboard
…
data
…
forms
13983 Add nested arrays for extra_choices in CustomFieldChoiceSet (
#14470
)
2023-12-14 15:18:56 -05:00
graphql
…
management
fix the result of script jobs
#14549
2023-12-20 15:15:02 -05:00
migrations
…
models
Fixes
#13606
: Fix filtering by null for multiselect custom fields
2023-12-27 12:49:31 -05:00
plugins
…
tables
…
templatetags
…
tests
Fixes
#13606
: Fix filtering by null for multiselect custom fields
2023-12-27 12:49:31 -05:00
__init__.py
…
admin.py
…
apps.py
…
choices.py
…
conditions.py
…
constants.py
…
context_managers.py
…
fields.py
…
filters.py
…
filtersets.py
Fixes
#14239
: Fix CustomFieldChoiceSet search filter
2023-11-29 17:20:18 -05:00
lookups.py
…
querysets.py
…
reports.py
…
scripts.py
…
search.py
…
signals.py
Closes
#14119
: Remove redundant check for to_objectchange()
2023-12-21 16:26:20 -05:00
urls.py
…
utils.py
…
validators.py
Fixes
#12731
: Support custom validation for many-to-many fields (
#14516
)
2023-12-22 10:01:05 -05:00
views.py
Fixes
#14199
: Fix jobs count for reports with a custom name
2023-11-29 17:19:02 -05:00
webhooks_worker.py
…
webhooks.py
…