straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

Admin changes history doesn't support multi-lines #246

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a model with a __unicode__ method returning some multi line 
string
2. Create a new object from that model
3. Delete it

What is the expected output? What do you see instead?
Should be deleted successfully, instead it crashes with "Property %s is not 
multi-line"

Please provide any additional information below.
it is because the model representing the changes history which stores the 
model's string representation is a StringProperty without the multiline 
property set

Original issue reported on code.google.com by shlomian...@gmail.com on 10 Dec 2009 at 10:02