Re: lists in the django model system dealiomajigger.

2005-11-25 Thread possibilitybox
what is this normalizing of one's data? never heard about it. it seems that using sql as the backend means a radical departure from regular python programming practice? i suppose that's what's confusing me so much.

Re: lists in the django model system dealiomajigger.

2005-11-25 Thread possibilitybox
i quickly realized after this that i need lists for more than just tags. i quite definitely need a list, or tuple, or some way to store sequences in the backend, for multiple purposes. i'm a bit baffled as to why there isn't a list type? is this unfeasible in the sql backend?

Re: lists in the django model system dealiomajigger.

2005-11-24 Thread possibilitybox
storing a list of tags, essentially, a la del.icio.us/flickr...

lists in the django model system dealiomajigger.

2005-11-24 Thread possibilitybox
What kind of field would one use to store a list of values (they're all going to be strings, if that's relevant.)?