Corentin Bettiol
Corentin Bettiol
Here's a screenshot of the request I'm trying to analyze:  When I click on "Visualize", nothing happens for a long time. The same thing happens when I click the...
Starting with django 4.2 we can't see the file anymore on the error page, because [a fix was implemented](https://github.com/django/django/pull/16187) for an [eleven years old ticket](https://code.djangoproject.com/ticket/19215) and it broke the `FileField`...
Fix this annoying error: ``` CommandError: Werkzeug is required to use runserver_plus. Please visit http://werkzeug.pocoo.org/ or install via pip. (pip install Werkzeug) ``` Found the solution [here](https://github.com/django-extensions/django-extensions/pull/1477#issue-561321806).
# Description > You can cherry-pick your commits on a fresh branch from develop and open new PR (or force push on the old branch and change the target branch)...