Actions
Issue #7850
closedWrong version for jquery include in API.html template (Master)
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Master
Platform Release:
OS:
RHEL 7
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
API Bindings
Sprint:
Quarter:
Description
As of djangorestframework~=3.12.2 (In requirements.txt) the provided jquery version is 3.5.1 (vs 3.3.1).
This mainly breaks the forms that are no mre available as the JS library can not be loaded.
Updated by pulpbot about 4 years ago
- Status changed from NEW to POST
Added by Frederic Brin about 4 years ago
Updated by Anonymous about 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|46c12cb0a08e5e81ee62cf451f87b1933c1cabb6.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix jquery version for API html rendering
As of 3.12.2 version of django-rest-framework the embeded jquery version is now 3.5.1 (vs 3.3.1)
fixes #7850