-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Create a protobuf message from a django model containg a chachter field of
limited length
2. Create a protobuf message object with the charachter field set to a string
exceeding the minimum length
3. Attempt to convert from a protobuf message to a django object and save it to
the db
An exception is thrown when trying to save the string to a field that isn;t
wide enough
Original issue reported on code.google.com by walker.z...@gmail.com on 14 Jul 2010 at 9:03