Django-river

Latest version: v3.3.0

Safety actively analyzes 630052 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

1.0.0

-----
``django-river`` is finally having it's first major version bump. In this version, all code and the APIs are revisited
and are much easier to understand how it works and much easier to use it now. In some places even more performant.
There are also more documentation with this version. Stay tuned :-)

* **Improvement** - Support ``Django2.1``
* **Improvement** - Support multiple state fields in a model
* **Improvement** - Make the API very easy and useful by accessing everything via model objects and model classes
* **Improvement** - Simplify the concepts
* **Improvement** - Migrate ProceedingMeta and Transition into TransitionApprovalMeta for simplification
* **Improvement** - Rename Proceeding as TransitionApproval
* **Improvement** - Document transition and on-complete hooks
* **Improvement** - Document transition and on-complete hooks
* **Improvement** - Imrove documents in general
* **Improvement** - Minor improvements on admin pages
* **Improvement** - Some performance improvements

0.10.0

------

* 39_ - **Improvement** - Django has dropped support for pypy-3. So, It should be dropped from django itself too.
* **Remove** - ``pypy`` support has been dropped
* **Remove** - ``Python3.3`` support has been dropped
* **Improvement** - ``Django2.0`` support with ``Python3.5`` and ``Python3.6`` is provided

.. _39: https://github.com/javrasya/django-river/issues/39

0.9.0

-----

* 30_ - **Bug** - Missing migration file which is ``0007`` because of ``Python2.7`` can not detect it.
* 31_ - **Improvement** - unicode issue for Python3.
* 33_ - **Bug** - Automatically injecting workflow manager was causing the models not have default ``objects`` one. So, automatic injection support has been dropped. If anyone want to use it, it can be used explicitly.
* 35_ - **Bug** - This is huge change in django-river. Multiple state field each model support is dropped completely and so many APIs have been changed. Check documentations and apply changes.

.. _30: https://github.com/javrasya/django-river/pull/30
.. _31: https://github.com/javrasya/django-river/pull/30
.. _33: https://github.com/javrasya/django-river/pull/33
.. _35: https://github.com/javrasya/django-river/pull/35

0.8.2

-----

* **Bug** - Features providing multiple state field in a model was causing a problem. When there are multiple state field, injected attributes in model class are owerriten. This feature is also unpractical. So, it is dropped to fix the bug.
* **Improvement** - Initial video tutorial which is Simple jira example is added into the documentations. Also repository link of fakejira project which is created in the video tutorial is added into the docs.
* **Improvement** - No proceeding meta parent input is required by user. It is set automatically by django-river now. The field is removed from ProceedingMeta admin interface too.

0.8.1

-----

* **Bug** - ProceedingMeta form was causing a problem on migrations. Accessing content type before migrations was the problem. This is fixed by defining choices in init function instead of in field

0.8.0

-----

* **Deprecation** - ProceedingTrack is removed. ProceedingTracks were being used to keep any transaction track to handle even circular one. This was a workaround. So, it can be handled with Proceeding now by cloning them if there is circle. ProceedingTracks was just causing confusion. To fix this, ProceedingTrack model and its functions are removed from django-river.
* **Improvement** - Circular scenario test is added.
* **Improvement** - Admins of the workflow components such as State, Transition and ProceedingMeta are registered automatically now. Issue 14 is fixed.

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.