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
/
utilities
History
Jeremy Stretch
7177fcfa61
Use DynamicModelChoiceField for all fields using APISelect
2020-02-11 12:25:40 -05:00
..
management
…
templates
Remove custom template for APISelect widget
2020-02-10 10:02:42 -05:00
templatetags
…
testing
…
tests
…
__init__.py
…
api.py
Fixes
#4083
: Permit nullifying applicable choice fields via API requests
2020-02-10 15:10:33 -05:00
auth_backends.py
…
choices.py
…
constants.py
…
context_processors.py
…
custom_inspectors.py
…
error_handlers.py
…
exceptions.py
…
fields.py
Introduce NaturalOrderingField
2020-02-07 11:36:22 -05:00
filters.py
…
forms.py
Use DynamicModelChoiceField for all fields using APISelect
2020-02-11 12:25:40 -05:00
middleware.py
…
models.py
…
ordering.py
Convert interface models to use NaturalOrderingField
2020-02-07 15:58:03 -05:00
paginator.py
…
querysets.py
…
tables.py
…
utils.py
Fix up bulk editing forms
2020-02-06 15:51:51 -05:00
validators.py
…
views.py
…