mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
update docs
This commit is contained in:
parent
e01b15e6fa
commit
ef949378e6
5 changed files with 15 additions and 3 deletions
|
|
@ -15,6 +15,12 @@ are used for versioning (schema follows below):
|
|||
0.3.4 to 0.4).
|
||||
- All backwards incompatible changes are mentioned in this document.
|
||||
|
||||
0.12.13
|
||||
--------
|
||||
2018-mm-dd (not yet released)
|
||||
|
||||
- Documentation fixes.
|
||||
|
||||
0.12.12
|
||||
-------
|
||||
2018-01-03
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ If quick installer doesn't work for you, see the manual steps on running the
|
|||
|
||||
Quick start
|
||||
===========
|
||||
See the `quick start <http://pythonhosted.org/django-fobi/quickstart.html>`_.
|
||||
See the `quick start <http://django-fobi.readthedocs.io/en/latest/quickstart.html>`_.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
|
|
|||
|
|
@ -92,12 +92,12 @@ Uncategorised
|
|||
-------------
|
||||
.. code-block:: text
|
||||
|
||||
+ Update documentation http://django-fobi.readthedocs.io/en/0.12.12/#versions
|
||||
- Add Wagtail integration tests.
|
||||
- Add Mezzanine integration tests.
|
||||
- Add FeinCMS integration tests.
|
||||
- Add DjangoCMS integration tests.
|
||||
- Implement fobi SAAS (with use of React.js).
|
||||
- Update documentation http://pythonhosted.org/django-fobi/#versions
|
||||
- Somehow PyPy started to fail under Django 1.10 and 1.11 (invocation error),
|
||||
so it must be some package incompatibility/installation problems. Find out
|
||||
why.
|
||||
|
|
|
|||
|
|
@ -15,6 +15,12 @@ are used for versioning (schema follows below):
|
|||
0.3.4 to 0.4).
|
||||
- All backwards incompatible changes are mentioned in this document.
|
||||
|
||||
0.12.13
|
||||
--------
|
||||
2018-mm-dd (not yet released)
|
||||
|
||||
- Documentation fixes.
|
||||
|
||||
0.12.12
|
||||
-------
|
||||
2018-01-03
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ If quick installer doesn't work for you, see the manual steps on running the
|
|||
|
||||
Quick start
|
||||
===========
|
||||
See the `quick start <http://pythonhosted.org/django-fobi/quickstart.html>`_.
|
||||
See the `quick start <http://django-fobi.readthedocs.io/en/latest/quickstart.html>`_.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
|
|
|||
Loading…
Reference in a new issue