AriMeidan / Fantasy-Knesset

Fantasy Knesset is a web site for creating your own Knesst, a fantasy Knesset, and to match it to the existing Knesset.
GNU General Public License v3.0
2 stars 2 forks source link

Create the interface and logic for viewing candidates history of voting in graph #7

Closed AriMeidan closed 10 years ago

Nagasaki45 commented 10 years ago

@snapdragonx take a look at django-reversion, a tool for keeping the models in version control. I don't have any experience with this package myself but from the docs it looks perfect for our needs. Much better then new implementation of the models to be able to track versions manually...

AriMeidan commented 10 years ago

Ok, i'll check it out.

Nagasaki45 commented 10 years ago

As Udi said, django-reversion is too heavy solution. We will add a new model to the database (maybe in a separate app). Add it also to the system description doc.