2.0.0b2
Pre-release
Pre-release
We're still in the process of evaluating changes to the Django integration. For stability it's advised to wait for a stable release (...duh). Of course, volunteers for testing in the beta are highly appreciated.
Migrations
No SQL migrations. There's a Django migration, which you can run safely as it doesn't contain any actual SQL code (you can also run it with --fake
for the same result)
What's Changed
Features
- Periodic decorator is now on Blueprints by @ewjoachim in #918
- Add missing model and simplify launching Worker from Django by @ewjoachim in #919
- Django: PROCRASTINATE_ON_APP_READY by @ewjoachim in #921
Miscellaneous
- Add static migrations by @ewjoachim in #941
Docs
- django: small doc details by @ewjoachim in #910
- Add missing Django doc paragraph by @ewjoachim in #920
- Fix doc by @ewjoachim in #922
- Update max_delay description by @sebastien-mcrae in #924
- Fix README by @ewjoachim in #912
New Contributors
- @sebastien-mcrae made their first contribution in #924
Full Changelog: 2.0.0b1...2.0.0b2