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
History
Jeremy Stretch
6fe0f4cd7d
Merge pull request
#8741
from djothi/develop
...
Closes
#8594
: Add description filter for all models with a description field
2022-02-25 13:18:40 -05:00
..
api
Fixes
#8499
: Content types REST API endpoint should not require model permission
2022-02-01 15:14:13 -05:00
forms
Fixes
#8611
: Fix bulk editing for certain custom link, webhook, and journal entry fields
2022-02-11 15:34:41 -05:00
graphql
…
management
Enable tab completion in nbshell
2022-02-13 03:00:57 -05:00
migrations
…
models
…
plugins
…
templatetags
…
tests
Add description filter for CustomField, ExportTemplate & Tag
2022-02-25 18:15:33 +01:00
__init__.py
…
admin.py
…
apps.py
…
choices.py
…
conditions.py
…
constants.py
…
context_managers.py
…
filters.py
…
filtersets.py
Merge pull request
#8741
from djothi/develop
2022-02-25 13:18:40 -05:00
lookups.py
…
querysets.py
…
registry.py
…
reports.py
…
scripts.py
…
signals.py
…
tables.py
Changelog & cleanup for
#8556
2022-02-14 10:06:56 -05:00
urls.py
…
utils.py
…
validators.py
…
views.py
Fixes
#8578
: Object change log tables should honor user's configured preferences
2022-02-10 12:07:09 -05:00
webhooks_worker.py
…
webhooks.py
…