Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.0.1 #16072

Merged
merged 35 commits into from
May 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
fbcec97
PRVB
jeremystretch May 6, 2024
d759274
Update supported Python versions for v4.0
jeremystretch May 6, 2024
b4486b4
Fix #15992: Removed integrations for sentry-sdk
tobiasge May 7, 2024
acc2add
Fixes #15977: Hide all admin menu items for non-authenticated users (…
jeremystretch May 7, 2024
9316f48
Fixes #15982: Restore the "assign IP" tab
jeremystretch May 7, 2024
ccf3224
Fixes #16003: Enable cache busting on upgrade for setmode.js
jeremystretch May 7, 2024
4d40699
Fixes #15995: Permit nullable fields referenced by unique constraints…
jeremystretch May 7, 2024
a9a012d
Fixes #16011: Fix site tenant assignment by PK via REST API
jeremystretch May 7, 2024
195dbae
Fixes #16017: Bump Django to 5.0.6
jeremystretch May 8, 2024
db82363
Fixes #16027: Correct typo in error message
grncbg May 8, 2024
b87d1ec
Fixes #16016: Correct typo
jeremystretch May 8, 2024
5c5c0e1
Fixes #16032: Specify the WSGI module to load in uwsgi.ini
markkuleinio May 8, 2024
ff8dabe
Fixes #16025: Fix execution of scripts via the runscript management c…
jeremystretch May 8, 2024
5c68fc9
Fixes #16020: Include Python version on system UI view
jeremystretch May 8, 2024
0df3787
16031 make script result message display markdown
arthanson May 8, 2024
313b6e6
Remove duplicate column definition from ReportResultsTable
jeremystretch May 8, 2024
d7f652b
Closes #16034: Disable uWSGI logging
markkuleinio May 8, 2024
d7d97b1
Return an empty dict if the module cannot be loaded
DanSheps May 8, 2024
6ff349d
Putting field labels above fields
altf4arnold May 7, 2024
6e658d4
#15999: Additional cleanup
jeremystretch May 8, 2024
56ea7b8
16014 Update incorrect django-graphene reference and add link to filt…
arthanson May 8, 2024
0cc2963
Closes #16043: Add 'die-on-term = true' to fix stopping uWSGI (#16045)
markkuleinio May 8, 2024
1a56e8e
15148 add copy button to config context (#15954)
arthanson May 9, 2024
f40fb6a
Fixes #16051: Wrap empty_text with gettext_lazy()
grncbg May 9, 2024
e055e0a
Fixes #15968: Avoid resizing quick search field to display clear button
jeremystretch May 8, 2024
9f94015
Closes #16010: Enable Prometheus middleware only if metrics are enabled
jeremystretch May 8, 2024
2a06e19
Closes #16056: Add binary-path configuration in uwsgi.ini
markkuleinio May 9, 2024
08923d7
adds vms tab on device object view #15328
abhi1693 May 9, 2024
a953ff2
15973 fix switch type on cable edit (#16049)
arthanson May 9, 2024
e438ddb
Adds 2.5 and 10g (#16068)
abhi1693 May 9, 2024
9d4932b
Fixes #16061: Omit hidden fields from event rule form
jeremystretch May 9, 2024
8d11f8a
14121 update plugin development docs for pyproject.toml (#15952)
arthanson May 9, 2024
d847f02
Correct link
jeremystretch May 9, 2024
9cd0a0d
Release v4.0.1
jeremystretch May 9, 2024
ab62f41
Merge branch 'master' into develop
jeremystretch May 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes #16003: Enable cache busting on upgrade for setmode.js
  • Loading branch information
jeremystretch committed May 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ccf32244d3dc2adb4edd432057e2bbc29b945d71
2 changes: 1 addition & 1 deletion netbox/templates/base/base.html
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@
{# Initialize color mode #}
<script
type="text/javascript"
src="{% static 'setmode.js' %}"
src="{% static 'setmode.js' %}?v={{ settings.VERSION }}"
onerror="window.location='{% url 'media_failure' %}?filename=setmode.js'">
</script>
<script type="text/javascript">