.. |
api
|
Merge pull request #4770 from netbox-community/3703-limit-tag-creation
|
2020-06-17 12:28:04 -04:00 |
management
|
Added webhook_receiver management command
|
2020-04-07 13:37:48 -04:00 |
migrations
|
Accomodate custom legacy permission in schema migration
|
2020-06-02 10:50:58 -04:00 |
models
|
Merge pull request #4770 from netbox-community/3703-limit-tag-creation
|
2020-06-17 12:28:04 -04:00 |
plugins
|
Use packaging.version.parse directly
|
2020-04-10 11:18:01 -04:00 |
templatetags
|
Merge branch 'develop' into 4651-csrf-in-plugintemplateextension
|
2020-05-26 09:02:39 -04:00 |
tests
|
Update tests
|
2020-06-17 11:14:41 -04:00 |
__init__.py
|
Closes #3408: Remove WEBHOOKS_ENABLE configuration setting
|
2019-12-06 11:52:28 -05:00 |
admin.py
|
Closes #4698: Improve display of template code for object in admin UI
|
2020-06-04 13:11:24 -04:00 |
apps.py
|
Clean up unused imports
|
2020-02-14 12:04:56 -05:00 |
choices.py
|
Add http_method field to Webhook
|
2020-02-24 20:42:24 -05:00 |
constants.py
|
Revert "implemented registry for extras model functionality"
|
2020-03-15 00:25:46 -04:00 |
filters.py
|
Tag should use a stock manager by default
|
2020-06-16 17:02:03 -04:00 |
forms.py
|
Merge pull request #4770 from netbox-community/3703-limit-tag-creation
|
2020-06-17 12:28:04 -04:00 |
middleware.py
|
DummyQuerySet should be iterable to allow for serialization
|
2020-06-17 12:20:56 -04:00 |
querysets.py
|
Implement RestrictedQuerySet as a manager
|
2020-05-29 16:27:36 -04:00 |
registry.py
|
Raise specific exceptions
|
2020-03-18 13:15:22 -04:00 |
reports.py
|
Fixes #4646: Correct UI link for reports with custom name
|
2020-05-15 09:13:51 -04:00 |
scripts.py
|
Fixes #4710: Fix merging of form fields among custom scripts
|
2020-06-15 14:20:00 -04:00 |
signals.py
|
Fix errant changelog entries when executing a script without committing
|
2019-08-26 11:59:38 -04:00 |
tables.py
|
#492: Extend extras tables
|
2020-04-29 11:03:49 -04:00 |
urls.py
|
Standardize add, import, and export functionality for tags
|
2020-06-12 09:48:23 -04:00 |
utils.py
|
Refactor extras.models
|
2020-05-07 16:59:27 -04:00 |
views.py
|
Fix queryset for TagBulkImportView
|
2020-06-17 13:31:26 -04:00 |
webhooks_worker.py
|
Closes #4502: Enable configuration of proxies for outbound HTTP requests
|
2020-04-30 14:59:13 -04:00 |
webhooks.py
|
Fix 4549 webhook body encode in utf-8
|
2020-04-29 01:48:53 -04:00 |