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.
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