pombreda / formalchemy

Automatically exported from code.google.com/p/formalchemy
MIT License
0 stars 0 forks source link

value_objects introduced in r759 was removed in r803 #140

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use field.value_objects
2. Doesn't work
3. It was removed :)

Why was it removed ? It was introduced in 1.3.2, published in the
changelog, and suddenly removed.

I have projects relying on it.  Is there any reason for that ?

I would greatly appreciate having it back :)  Thank you :)

Original issue reported on code.google.com by bourget....@gmail.com on 17 Apr 2010 at 4:41

GoogleCodeExporter commented 9 years ago
I removed it because it was not tested. removing it dont raise anything while 
running
tests. so... I guess it was useless. And as I can see it does exactly the same 
thing
than .raw_value. Can you check that you really need it ?

(sorry for repply delay. I was off last week.)

Original comment by gael.pas...@gmail.com on 19 Apr 2010 at 6:27