ex5
ex5
### What I'm trying to achieve I'm trying to deploy (and run locally) a production-ready `saleor-dashboard`. ### Steps to reproduce the problem 1. Setup tag `3.3.1` of `saleor-dashboard` and tag...
Fixes the following issues: * missing `on_delete` parameters in `ForeignKey` fields; * replaces removed `@models.permalink` decorator. Tested with Django 3.0
We've been using `background_tasks` for some years, after having to fork it at some point due to it being incompatible with some Django version or some deprecation. Over the years...