Refactor model state management.
authorTim Van Steenburgh <tvansteenburgh@gmail.com>
Fri, 14 Oct 2016 16:15:26 +0000 (12:15 -0400)
committerTim Van Steenburgh <tvansteenburgh@gmail.com>
Fri, 14 Oct 2016 16:15:26 +0000 (12:15 -0400)
commit46887b86181254efd72f59a8d6be468342afad83
tree7f402b7d8f457fff2705740d9a41f345641777ec
parent660a58aa232d250480dce53b64880482837d3160
Refactor model state management.

Maintain entity state history in the model, not in the entities.
Add methods for navigating an entity's history.
examples/relate.py
juju/delta.py
juju/exceptions.py [new file with mode: 0644]
juju/model.py