TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

Hotfix: Pull in djangocms-form fix for export bug #354

Closed jarosenb closed 10 months ago

jarosenb commented 10 months ago

Overview

Django 4 broke our djangocms-form plugin by deprecating the is_ajax() method on requests. This PR pulls in a Core-CMS image with an updated dependency.

Related