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
netbox-community-netbox
/
netbox
/
extras
/
tests
History
Jeremy Stretch
98f2d2501b
Add REST API test for custom fields
2020-11-23 16:01:51 -05:00
..
dummy_plugin
Merge branch 'develop' into develop-2.10
2020-11-09 20:58:59 -05:00
__init__.py
…
test_api.py
Add REST API test for custom fields
2020-11-23 16:01:51 -05:00
test_changelog.py
#4711
: Rename CustomField.obj_type to content_types
2020-10-14 15:26:46 -04:00
test_customfields.py
Enforce custom field validation on the model
2020-11-12 14:23:08 -05:00
test_filters.py
Merge v2.9.4 release
2020-09-23 16:11:00 -04:00
test_models.py
Merge branch 'develop' into develop-2.10
2020-11-09 20:58:59 -05:00
test_plugins.py
…
test_registry.py
…
test_scripts.py
…
test_tags.py
Fixes
#5118
: Specifying an empty list of tags should clear assigned tags (REST API)
2020-09-09 13:43:10 -04:00
test_views.py
Fixes
#5231
: Fix KeyError exception when viewing object with custom link and debugging is disabled
2020-10-09 15:53:45 -04:00
test_webhooks.py
…