Hi,

I'm porting a app from GAE, which uses the StringList[1] property to
store choices(simple strings) in the Poll model.

I've read the django tutorial and there they make use of two models
with a relationship between Choices and Polls. With my app, I don't
see the need of an extra model, as a simple list within the Poll model
would suffice.

I've also checked the docs, this group and djangosnippets, and I
couldn't find any reference to something similar to what I need.

Maybe I didn't do the right search... So I decided to ask here first
instead of writing a custom Model Field and maybe reinvent the wheel.

Does anyone have some clue on how to achieve that? Maybe I should
piclke the list, or that would be a overkill?

Thanks in advance,
Tiago

[1] 
http://code.google.com/appengine/docs/datastore/typesandpropertyclasses.html#StringListProperty


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to