dominno / django-moderation

django-moderation is reusable application for Django framework, that allows to moderate any model objects.
BSD 3-Clause "New" or "Revised" License
268 stars 91 forks source link

moderation queue in admin #172

Open LennyLip opened 5 years ago

LennyLip commented 5 years ago

Hi, thanks for the app.

After reading docs I do not fully understand how it works. Say we have an existing MyModerationModel object.

initial_state_obj = MyModerationModel() user1 saved a new version of initial_state_obj. user2 saved a new version of initial_state_obj.

What will happen with user1 changes If we approve user2 changes?

What will happen If we approve user2 changes, and then approve user1 changes?