TACC / Core-CMS-Custom

Customized Core CMS code and builds
5 stars 0 forks source link

hotfix: fix 500 error of "taggit_autosuggest-list" #254

Closed wesleyboar closed 7 months ago

wesleyboar commented 7 months ago

Overview / Changes

Use re_path, not url, since Django 4.

the error that this fixes ``` django.urls.exceptions.NoReverseMatch: Reverse for 'taggit_autosuggest-list' not found. 'taggit_autosuggest-list' is not a valid view function or pattern name. ```

Related

Testing

Try to edit a blog article on ECEP site with this fix deployed.

UI

before after
before after