-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Filtering for active programmes in the home page and bumping version
- Loading branch information
Iago Veloso
committed
Jul 13, 2017
1 parent
129f5f2
commit bfe3e08
Showing
5 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
################### | ||
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 <https://github.com/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. | ||
|
||
.. code-block:: bash | ||
python manage.py collectstatic | ||
Or if you are using our docker setup: | ||
|
||
.. code-block:: bash | ||
inv docker.clean -e staging | ||
inv docker.setup -e staging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ on any process that makes changes to your database. | |
3.1 | ||
3.2 | ||
3.2.1 | ||
3.2.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters