netbox/netbox/utilities
2023-03-30 15:56:38 -04:00
..
forms Merge branch 'develop' into feature 2023-03-20 08:54:22 -04:00
serializers Fix issues loading demo data 2022-11-29 09:18:03 -05:00
templates Fix rendering of form textareas 2023-03-20 13:18:09 -04:00
templatetags Merge branch 'develop' into feature 2023-03-30 15:56:38 -04:00
testing Closes #10242: Redirect to filtered objects list after bulk import (#12001) 2023-03-17 09:23:40 -04:00
tests Closes #9608: Move from drf-yasg to spectacular 2023-03-30 14:32:59 -04:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
api.py Fixes #7109: Ensure human readability of exceptions raised during REST API requests 2021-09-01 10:43:12 -04:00
choices.py Closes #11780: Enable loading import data from remote sources 2023-03-14 14:53:26 -04:00
constants.py Closes #8550: Implement ASN ranges (#11835) 2023-02-27 16:36:05 -05:00
error_handlers.py Fixes #5020: Correct handling of dependent objects during bulk deletion 2020-08-20 09:44:45 -04:00
exceptions.py Closes #11152: Add support to abort custom script gracefully (#11621) 2023-02-02 15:22:55 -05:00
fields.py Closes #10560: New global search (#10676) 2022-10-21 13:16:16 -04:00
files.py Closes #11558: Add support for remote data sources (#11646) 2023-02-19 20:09:51 -05:00
filters.py Closes #9608: Move from drf-yasg to spectacular 2023-03-30 14:32:59 -04:00
graphql_optimizer.py 11291 optimize GraphQL queries (#11943) 2023-03-23 08:42:18 -04:00
htmx.py Closes #8184: Enable HTMX for embedded tables (#11518) 2023-02-19 20:09:51 -05:00
jinja2.py Closes #11559: Implement config template rendering (#11769) 2023-02-19 20:09:52 -05:00
json.py 10348 add decimal custom field (#10422) 2022-09-30 16:03:24 -04:00
markdown.py Closes #7531: Add Markdown support for strikethrough formatting 2021-11-17 16:50:23 -05:00
migration.py Reorganize management commands 2023-03-24 21:11:10 -04:00
mptt.py Remove restriction enforcement from RestrictedQuerySet 2020-07-23 12:48:03 -04:00
ordering.py Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero 2020-04-21 16:13:34 -04:00
paginator.py Closes #11807: Restore default page size when navigating between views 2023-02-27 09:22:48 -05:00
permissions.py Closes #9074: Enable referencing the current user when evaluating permission constraints 2022-07-01 13:34:10 -04:00
query_functions.py Upgrade Django to 3.2b1 2021-02-24 19:00:14 -05:00
querysets.py Closes #10560: New global search (#10676) 2022-10-21 13:16:16 -04:00
request.py Introduce IPNetworkSerializer to serialize allowed token IPs 2022-06-22 21:51:43 -04:00
rqworker.py #11558: Disable sync button if RQ worker not running 2023-03-20 15:12:11 -04:00
tables.py Fixes #8905: Disable ordering by assigned tags to prevent erroneous results 2022-03-24 11:56:18 -04:00
urls.py Closes #10697: Move application registry into core app 2022-11-02 15:25:22 -04:00
utils.py Optimize shallow_compare_dict() 2023-02-27 15:38:21 -05:00
validators.py Fixes #8319: Custom URL fields should honor ALLOWED_URL_SCHEMES config parameter 2022-01-11 15:32:04 -05:00
views.py #9072: Add weight parameter to influence ViewTab ordering 2022-12-09 14:50:13 -05:00