-
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.
Adding release notes for version 3.1
- Loading branch information
Iago Veloso
committed
Jun 9, 2017
1 parent
7365633
commit 321cbbc
Showing
11 changed files
with
156 additions
and
10 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
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
22 changes: 22 additions & 0 deletions
22
docs/source/source_code/radioco.apps.radioco.migrations.rst
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,22 @@ | ||
radioco.apps.radioco.migrations package | ||
======================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
radioco.apps.radioco.migrations.0001__v3_0__mysql_timezone module | ||
----------------------------------------------------------------- | ||
|
||
.. automodule:: radioco.apps.radioco.migrations.0001__v3_0__mysql_timezone | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: radioco.apps.radioco.migrations | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
radioco.configs.openshift package | ||
================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
radioco.configs.openshift.settings module | ||
----------------------------------------- | ||
|
||
.. automodule:: radioco.configs.openshift.settings | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: radioco.configs.openshift | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,38 @@ | ||
radioco.configs.staging package | ||
=============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
radioco.configs.staging.manage module | ||
------------------------------------- | ||
|
||
.. automodule:: radioco.configs.staging.manage | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
radioco.configs.staging.settings module | ||
--------------------------------------- | ||
|
||
.. automodule:: radioco.configs.staging.settings | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
radioco.configs.staging.wsgi module | ||
----------------------------------- | ||
|
||
.. automodule:: radioco.configs.staging.wsgi | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: radioco.configs.staging | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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,40 @@ | ||
################# | ||
3.1 release notes | ||
################# | ||
|
||
***************** | ||
What's new in 3.1 | ||
***************** | ||
|
||
* Fixing staging docker port issue. (Thanks to `@mmontes11 <https://github.com/mmontes11>` for report) | ||
* Adding stable `Radiocom API <https://github.com/ficiverson/radiocom-android>`_ | ||
* Solving ticket `#43 <https://github.com/iago1460/django-radio/issues/43>`_ | ||
* Upgrading libraries to last version | ||
* Small fixes to invoke scripts | ||
* Improving API (Outputting absolute urls and adding some fields) | ||
|
||
|
||
******************** | ||
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 | ||
pip install -r radioco/configs/base/requirements.txt | ||
python manage.py collectstatic | ||
python manage.py migrate | ||
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 |
---|---|---|
|
@@ -18,3 +18,4 @@ on any process that makes changes to your database. | |
2.1 | ||
3.0 | ||
3.0.1 | ||
3.1 |
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