3.2.2 release notes¶
What’s new in 3.2.2¶
- Fixing bug that made impossible deleting inline objects.
- Removing undocumented switch user functionality.
- Tweaking calendar css to improve readability.
- Filtering for active programmes in the home page.
Thanks to @beaulalume for reporting the previous issues.
How this affects you¶
If you’re starting with a new installation, you don’t need to worry about this. Don’t even bother reading this section; it’s for upgraders.
You need to replace your current source with the content of https://github.com/iago1460/django-radio. To setup your settings please read the configuration section.
You should be able to keep your current database but make sure to create a backup before start.
python manage.py collectstatic
Or if you are using our docker setup:
inv docker.clean -e staging
inv docker.setup -e staging