ShuffleBox / django-rcsfield

Automatically exported from code.google.com/p/django-rcsfield
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

get_changed_revisions() returns the wrong data for models with more than one Rcs*Field #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create model with at least 2 RcsTextFields
2. change some data and save
3. get_changed_revisions() returns the same as get_FIELD_revisions() 

What is the expected output? What do you see instead?

get_changed_revisions() should return all revisions at which _any_ field of
the model changed.

Original issue reported on code.google.com by a...@rcs4u.de on 12 Mar 2009 at 1:04

GoogleCodeExporter commented 9 years ago
fixed in r77

Original comment by a...@rcs4u.de on 12 Mar 2009 at 1:16