mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-16 05:19:36 -06:00
* 10348 add decimal custom field * 10348 fix tests * 10348 add documentation * Rearrange custom fields to be ordered consistently * Rename number_field to integer_field for clarity * Clean up validation logic * Apply suggested changes from PR * Store decimal custom field values natively * Fix filter test * Update custom field model migrations to use new encoder Co-authored-by: jeremystretch <jstretch@ns1.com> |
||
|---|---|---|
| .. | ||
| dummy_plugin | ||
| __init__.py | ||
| test_api.py | ||
| test_changelog.py | ||
| test_conditions.py | ||
| test_customfields.py | ||
| test_customvalidator.py | ||
| test_filtersets.py | ||
| test_forms.py | ||
| test_models.py | ||
| test_plugins.py | ||
| test_registry.py | ||
| test_scripts.py | ||
| test_tags.py | ||
| test_views.py | ||
| test_webhooks.py | ||